Update header, remove 'Updated at' times on posts

This commit is contained in:
Brian Picciano 2022-11-27 23:03:11 +01:00
parent 7f79413102
commit f8cc9f6aa7
2 changed files with 5 additions and 8 deletions

View File

@ -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>

View File

@ -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) }}