Update header, remove 'Updated at' times on posts

main
Brian Picciano 1 year ago
parent 7f79413102
commit f8cc9f6aa7
  1. 10
      src/http/tpl/base.html
  2. 3
      src/http/tpl/post.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>

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

Loading…
Cancel
Save