From f8cc9f6aa7c9b3e6e88cd74d8dc87b44dfa3f725 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Sun, 27 Nov 2022 23:03:11 +0100 Subject: [PATCH] Update header, remove 'Updated at' times on posts --- src/http/tpl/base.html | 10 +++++----- src/http/tpl/post.html | 3 --- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/src/http/tpl/base.html b/src/http/tpl/base.html index 3c559e5..5427c34 100644 --- a/src/http/tpl/base.html +++ b/src/http/tpl/base.html @@ -102,13 +102,13 @@ - - Mediocre Blog - by - mediocregopher + welcome to mediocregopher's lil internet corner
- Follow +
+ Posts  /  - RSS + Follow + (RSS)  /  License 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 @@

Published {{ DateTimeFormat .Payload.PublishedAt }} - {{ if not .Payload.LastUpdatedAt.IsZero }} -
Last updated {{ DateTimeFormat .Payload.LastUpdatedAt }} - {{ end }}

{{ if (or .Payload.SeriesPrevious .Payload.SeriesNext) }}