diff options
Diffstat (limited to 'src/http/tpl')
-rw-r--r-- | src/http/tpl/base.html | 10 | ||||
-rw-r--r-- | 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 @@ - </pre> - <a href="{{ BlogURL "/" }}"><strong>Mediocre Blog</strong></a> - by - <a href="https://mediocregopher.com">mediocregopher</a> + welcome to <strong>mediocregopher</strong>'s lil internet corner <br/> - <a href="{{ BlogURL "follow" }}">Follow</a> + <br/> + <a href="{{ BlogURL "/" }}">Posts</a> / - <a href="{{ BlogURL "feed.xml" }}">RSS</a> + <a href="{{ BlogURL "follow" }}">Follow</a> + (<a href="{{ BlogURL "feed.xml" }}">RSS</a>) / <a href="{{ StaticURL "wtfpl.txt" }}">License</a> </header> 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) }} |