summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2022-11-27 23:03:11 +0100
committerBrian Picciano <mediocregopher@gmail.com>2022-11-27 23:03:11 +0100
commitf8cc9f6aa7c9b3e6e88cd74d8dc87b44dfa3f725 (patch)
tree022017eaf85676ab8d3f05fb78743f219d7dc27b /src
parent7f79413102b3dcab6ee9cec6af1485e6061ae752 (diff)
Update header, remove 'Updated at' times on posts
Diffstat (limited to 'src')
-rw-r--r--src/http/tpl/base.html10
-rw-r--r--src/http/tpl/post.html3
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>
&nbsp;/&nbsp;
- <a href="{{ BlogURL "feed.xml" }}">RSS</a>
+ <a href="{{ BlogURL "follow" }}">Follow</a>
+ (<a href="{{ BlogURL "feed.xml" }}">RSS</a>)
&nbsp;/&nbsp;
<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) }}