mirror of
https://github.com/simon987/dataarchivist.net.git
synced 2025-12-17 13:09:01 +00:00
Display post author
This commit is contained in:
@@ -32,6 +32,9 @@
|
||||
{{ end }}
|
||||
</p>
|
||||
<h1>{{ if .Draft }}DRAFT: {{end}}{{ .Title }}</h1>
|
||||
{{ if isset .Params "author" }}
|
||||
<div class="post-author">by {{ .Params.author }}</divv>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
|
||||
Reference in New Issue
Block a user