Skip to content

Commit 272fe9a

Browse files
authored
Merge pull request #192 from moul/patch-1
Update post_meta.html
2 parents 1d7993b + 3086678 commit 272fe9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{{ if isset .Params "author" }}
22
{{ $author := index .Site.Data.authors .Params.author }}
33
<p>
4-
<b>By {{$author.name}}</b>
4+
By <b>{{$author.name}}</b>
55
<time datetime="{{ .Date.Format "02 January 2006" }}">{{ .Date.Format "02 January 2006" }}</time>
66
</p>
77
{{ end }}

0 commit comments

Comments
 (0)