mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-11-29 07:26:40 +01:00
Remove Author from site params
This commit is contained in:
@@ -97,7 +97,6 @@ For syntax highlighting, set `pygmentsuseclasses = true` in your `config.toml`.
|
||||
|
||||
````toml
|
||||
[params]
|
||||
Author = "Firstname Lastname"
|
||||
DateForm = "Jan 2, 2006" # required
|
||||
Description = "eat, sleep, rave, repeat"
|
||||
Email = "username@hogwarts.edu"
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<a href="/code"><li>code</li></a>
|
||||
</ul>
|
||||
</nav>
|
||||
<a href="/"><div class="name">{{ .Site.Params.Author }}</div></a>
|
||||
<a href="/"><div class="name">{{ .Site.Author }}</div></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user