J S
7c892580b5
Added template files for tags and categories. Updated css themes to something crappy.
14 lines
314 B
HTML
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>
|