hugo-toha / toha

A Hugo theme for personal portfolio
https://hugo-toha.github.io
MIT License
1.03k stars 586 forks source link

navbar-brand text should be customizable (not always site.Title) #917

Closed klugier closed 5 months ago

klugier commented 6 months ago

Currently there is no way to customize navbar-brand text (https://github.com/hugo-toha/toha/blob/a69388d9b8baac3eb13d59d53391811eb6c0b649/layouts/partials/navigators/navbar.html#L66). It will always be site.Title. It would be good if it can be different than that.

The alternative is to replace it manually after generation. Not perfect solution, but it works.