blob: 52da9d2ce3722abddf1e69df267567f3ee834a6c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<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>
|