popov.link/_includes/footer.html
Valentin Popov e0bfa7a3b0
Footer
Signed-off-by: Valentin Popov <info@valentineus.link>
2018-04-24 19:33:48 +04:00

10 lines
374 B
HTML

<footer class="footer">
<small>
<a href="mailto:{{ site.author.email | strip_newlines | strip_html | strip | normalize_whitespace | uri_escape }}">Contact</a>
<span>|</span>
<a href="{{ site.rss | relative_url | uri_escape }}">Subscription</a>
<span>|</span>
<a href="{{ '/sitemap.xml' | relative_url | uri_escape }}">Site Map</a>
</small>
</footer>