Fix spacing in lists between :: and Author

This commit is contained in:
Ross McKelvie 2020-07-31 22:59:42 -05:00
parent c80302a67d
commit 983b497ec7
No known key found for this signature in database
GPG Key ID: 8EB61A6A89C47C3D
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
{{ .Date.Format "2006-01-02" }}
</span>
{{ with .Params.Author }}
<span class="post-author">::{{ . }}</span>
<span class="post-author">:: {{ . }}</span>
{{ end }}
</div>

View File

@ -15,7 +15,7 @@
{{ .Date.Format "2006-01-02" }}
</span>
{{ with .Params.Author }}
<span class="post-author">::{{ . }}</span>
<span class="post-author">:: {{ . }}</span>
{{ end }}
</div>