We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d7993b + 3086678 commit 272fe9aCopy full SHA for 272fe9a
themes/hugo-steam-theme/layouts/partials/post_meta.html
@@ -1,7 +1,7 @@
1
{{ if isset .Params "author" }}
2
{{ $author := index .Site.Data.authors .Params.author }}
3
<p>
4
- <b>By {{$author.name}}</b>
+ By <b>{{$author.name}}</b>
5
<time datetime="{{ .Date.Format "02 January 2006" }}">{{ .Date.Format "02 January 2006" }}</time>
6
</p>
7
{{ end }}
0 commit comments