simpletheme/layouts/partials/footer.html
2020-04-02 16:44:04 +05:30

7 lines
202 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>
</footer>