Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to choose name of the main menu #25

Open
etanot opened this issue Sep 14, 2021 · 1 comment
Open

Allow users to choose name of the main menu #25

etanot opened this issue Sep 14, 2021 · 1 comment

Comments

@etanot
Copy link

etanot commented Sep 14, 2021

Is there any specific reason to hard code Start. as the main menu?

<a href="/"><b>Start</b></a>.

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.

<a href="{{ .URL | relURL }}"><b>{{ .Name }}</b></a>.

If you're open for these changes, I can make a merge request.

@exaucae
Copy link

exaucae commented Nov 14, 2021

+1. Bump!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants