Fix layout and code highlighting

This commit is contained in:
panr
2019-01-29 18:59:47 +01:00
parent cdc9966d26
commit 446691ba59
12 changed files with 33 additions and 258 deletions

View File

@ -11,7 +11,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 }}