You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use Home instead of Start. in my main menu. We've two approaches here either replace Start with Home or remove Start menu entirely and use range loop to allow users to choose any name they want, by editing theme.toml.
And also, I think there is no need for a period punctuation at end of each menus, if we want to have separator, we can use a bar just like Evans did.
Is there any specific reason to hard code
Start.
as the main menu?smol/layouts/partials/header.html
Line 8 in 4129f82
I want to use
Home
instead ofStart.
in my main menu. We've two approaches here either replaceStart
withHome
or removeStart
menu entirely and use range loop to allow users to choose any name they want, by editingtheme.toml
.And also, I think there is no need for a period punctuation at end of each menus, if we want to have separator, we can use a bar just like Evans did.
smol/layouts/partials/header.html
Line 11 in 4129f82
If you're open for these changes, I can make a merge request.
The text was updated successfully, but these errors were encountered: