mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-18 12:09:29 -07:00
chore(hugo.toml): remove unused disableKinds to improve build performance
chore(params.toml): add website title parameter for better customization chore(baseof.html): update page title to use the website title parameter chore(nav.html): update navigation link to use the website title parameter
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<nav>
|
||||
<div class="navArtist">
|
||||
<a href="/">Bridget Baker</a>
|
||||
<a href="/">{{ .Site.Params.title }}</a>
|
||||
</div>
|
||||
<div class="links">
|
||||
{{- $index := 0 -}}
|
||||
|
||||
Reference in New Issue
Block a user