simpletheme/layouts/partials/footer.html

7 lines
202 B
HTML
Raw Normal View History

2020-04-02 09:37:23 +00:00
<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>
2020-04-02 09:37:23 +00:00
</footer>