summaryrefslogtreecommitdiff
path: root/_includes/views/footer.html
blob: 2df399bb02a854136241e103248709bcb7aaad08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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> &amp; <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>