diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-11-27 23:03:11 +0100 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-11-27 23:03:11 +0100 |
commit | f8cc9f6aa7c9b3e6e88cd74d8dc87b44dfa3f725 (patch) | |
tree | 022017eaf85676ab8d3f05fb78743f219d7dc27b /src/http/tpl/post.html | |
parent | 7f79413102b3dcab6ee9cec6af1485e6061ae752 (diff) |
Update header, remove 'Updated at' times on posts
Diffstat (limited to 'src/http/tpl/post.html')
-rw-r--r-- | src/http/tpl/post.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/http/tpl/post.html b/src/http/tpl/post.html index f10ce94..efef203 100644 --- a/src/http/tpl/post.html +++ b/src/http/tpl/post.html @@ -16,9 +16,6 @@ <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) }} |