forked from mirrors/hugo-theme-terminal
Fix layout and code highlighting
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
<span class="post-date">
|
||||
{{ .Date.Format "2006-01-02" }}
|
||||
</span>
|
||||
<span class="post-author">:: {{ .Params.Author }}</span>
|
||||
{{ with .Params.Author }}<span class="post-author">:: {{ . }}</span>{{ end }}
|
||||
</div>
|
||||
|
||||
{{ if .Params.tags }}
|
||||
|
Reference in New Issue
Block a user