apply decorator fix
This commit is contained in:
parent
e76c7ebb66
commit
729543fbd1
@ -14,11 +14,11 @@
|
|||||||
<div class="post-meta">
|
<div class="post-meta">
|
||||||
{{ if .Date }}
|
{{ if .Date }}
|
||||||
<time class="post-date">
|
<time class="post-date">
|
||||||
{{ .Date.Format "2006-01-02" }} ::
|
{{ .Date.Format "2006-01-02" }}
|
||||||
</time>
|
</time>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ with .Params.Author }}
|
{{ with .Params.Author }}
|
||||||
<span class="post-author">{{ . }}</span>
|
<span class="post-author"> :: {{ . }}</span>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user