Skip to content

Commit

Permalink
Merge pull request #192 from moul/patch-1
Browse files Browse the repository at this point in the history
Update post_meta.html
  • Loading branch information
dpordomingo authored Mar 5, 2018
2 parents 1d7993b + 3086678 commit 272fe9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/hugo-steam-theme/layouts/partials/post_meta.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{ if isset .Params "author" }}
{{ $author := index .Site.Data.authors .Params.author }}
<p>
<b>By {{$author.name}}</b>
By <b>{{$author.name}}</b>
<time datetime="{{ .Date.Format "02 January 2006" }}">{{ .Date.Format "02 January 2006" }}</time>
</p>
{{ end }}

0 comments on commit 272fe9a

Please sign in to comment.