7 lines
202 B
HTML
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> |