J S
3a64fb5f38
I corrected the dark-mode selector so that it appears on each page. I also corrected the ugly tag boxes.
12 lines
271 B
HTML
12 lines
271 B
HTML
<footer>
|
|
<div>
|
|
<h3><a href="{{ .Site.BaseURL }}posts">Back to all posts</a></h3>
|
|
</div>
|
|
<hr>
|
|
|
|
<p>Go <a href="{{ .Site.BaseURL }}/index.xml">here</a> for an RSS feed.</p>
|
|
|
|
{{partial "tags.html" .}}
|
|
{{partial "categories.html" .}}
|
|
</footer>
|