Update header, remove 'Updated at' times on posts
This commit is contained in:
parent
7f79413102
commit
f8cc9f6aa7
@ -102,13 +102,13 @@
|
|||||||
-
|
-
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<a href="{{ BlogURL "/" }}"><strong>Mediocre Blog</strong></a>
|
welcome to <strong>mediocregopher</strong>'s lil internet corner
|
||||||
by
|
|
||||||
<a href="https://mediocregopher.com">mediocregopher</a>
|
|
||||||
<br/>
|
<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>
|
<a href="{{ StaticURL "wtfpl.txt" }}">License</a>
|
||||||
</header>
|
</header>
|
||||||
|
@ -16,9 +16,6 @@
|
|||||||
|
|
||||||
<p><em>
|
<p><em>
|
||||||
Published {{ DateTimeFormat .Payload.PublishedAt }}
|
Published {{ DateTimeFormat .Payload.PublishedAt }}
|
||||||
{{ if not .Payload.LastUpdatedAt.IsZero }}
|
|
||||||
<br/>Last updated {{ DateTimeFormat .Payload.LastUpdatedAt }}
|
|
||||||
{{ end }}
|
|
||||||
</em></p>
|
</em></p>
|
||||||
|
|
||||||
{{ if (or .Payload.SeriesPrevious .Payload.SeriesNext) }}
|
{{ if (or .Payload.SeriesPrevious .Payload.SeriesNext) }}
|
||||||
|
Loading…
Reference in New Issue
Block a user