Skip to content

Commit

Permalink
Minor fix to single post display. Good enough for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdaehlie committed Aug 8, 2018
1 parent a3175f6 commit 4b13f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/post/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div>
<header>
<h1>{{ .Title }}</h1>
<p>{{ .Date.Format $.Site.Params.time_format_default }}{{ with .Params.author }} • {{ . }}{{ end }}{{ with .Params.meta }} • {{ . }}{{ end }}</p>
<p>{{ .Params.author }}<br>{{ .Date.Format $.Site.Params.time_format_default }}</p>
</header>
<article>
{{ .Content }}
Expand Down

0 comments on commit 4b13f2c

Please sign in to comment.