forked from mirrors/hugo-theme-terminal
moved ::
decoration position
this hides it if there's no post author to show
This commit is contained in:
@ -13,11 +13,11 @@
|
||||
<div class="post-meta">
|
||||
{{ if .Date }}
|
||||
<time class="post-date">
|
||||
{{ .Date.Format "2006-01-02" }} ::
|
||||
{{ .Date.Format "2006-01-02" }}
|
||||
</time>
|
||||
{{ end }}
|
||||
{{ with .Params.Author }}
|
||||
<span class="post-author">{{ . }}</span>
|
||||
:: <span class="post-author">{{ . }}</span>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user