15 lines
477 B
HTML
15 lines
477 B
HTML
<footer role="contentinfo">
|
|
<hr>
|
|
<nav style="margin-bottom:1rem;" role="navigation">
|
|
<a href="/about">About</a>
|
|
<span>·</span>
|
|
<a href="/atom.xml">RSS</a>
|
|
<span>·</span>
|
|
<a href="">Source on Github</a>
|
|
</nav>
|
|
<small>
|
|
Built with <a href="https://jekyllrb.com/">Jekyll</a> & hosted on <a href="https://netlify.com">Netlify</a>.<br>
|
|
Maintained with ♥ for the web.
|
|
</small>
|
|
</footer>
|