diff options
Diffstat (limited to 'srv/src/http/tpl')
-rw-r--r-- | srv/src/http/tpl/post.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/srv/src/http/tpl/post.html b/srv/src/http/tpl/post.html index c7ffc30..23500eb 100644 --- a/srv/src/http/tpl/post.html +++ b/srv/src/http/tpl/post.html @@ -1,12 +1,5 @@ {{ define "body" }} -<p><em> - Published {{ DateTimeFormat .Payload.PublishedAt }} - {{ if not .Payload.LastUpdatedAt.IsZero }} - <br/>Last updated {{ DateTimeFormat .Payload.LastUpdatedAt }} - {{ end }} -</em></p> - <h1 id="post-headline"> {{ .Payload.Title }} </h1> @@ -19,6 +12,13 @@ {{ .Payload.Body }} +<p><em> + Published {{ DateTimeFormat .Payload.PublishedAt }} + {{ if not .Payload.LastUpdatedAt.IsZero }} + <br/>Last updated {{ DateTimeFormat .Payload.LastUpdatedAt }} + {{ end }} +</em></p> + {{ if (or .Payload.SeriesPrevious .Payload.SeriesNext) }} <hr/> <p><em> |