mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-14 19:26:40 +02:00
@@ -18,9 +18,11 @@
|
||||
{{ if not .Params.noauthor }}
|
||||
{{ if .Params.author }}
|
||||
<div class="author middot" title="{{ .Params.Author }}">{{ .Params.author }}</div>
|
||||
{{end}}
|
||||
{{end}}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ if not .Site.Params.noreadingtime }}
|
||||
<div class="reading-time middot">{{ .ReadingTime }} minute read</div>
|
||||
{{ end }}
|
||||
<div class="tags">
|
||||
<ul>
|
||||
{{ range .Params.tags }}
|
||||
|
Reference in New Issue
Block a user