simpletheme/layouts/partials/footer.html
J S 7c892580b5 feat[taxonomy] Added tags and categories
Added template files for tags and categories.
Updated css themes to something crappy.
2023-10-15 22:00:24 -04:00

14 lines
314 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" .}}
<script src="/js/dark.js" defer="" ></script>
</footer>