Update header, remove 'Updated at' times on posts
This commit is contained in:
parent
7f79413102
commit
f8cc9f6aa7
@ -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>
|
||||
|
@ -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…
Reference in New Issue
Block a user