13 lines
601 B
HTML
13 lines
601 B
HTML
<footer class="site-footer h-card">
|
|
<data class="u-url" href="{{ "/" | relative_url }}"></data>
|
|
|
|
<div class="wrapper">
|
|
<span>
|
|
<div>{{ site.copyright }} @{{ site.author | escape }}</div>
|
|
<div>Powered by <a title="Jekyll is a simple, blog-aware, static site
|
|
generator." href="http://jekyllrb.com/">Jekyll</a> & <a title="Yat, yet
|
|
another theme." href="https://github.com/jeffreytse/jekyll-theme-yat">Yat Theme</a>.</div>
|
|
</span>
|
|
<span class="footer-col rss-subscribe">Subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></span>
|
|
</div>
|
|
</footer>
|