summaryrefslogtreecommitdiff
path: root/_includes/views/footer.html
blob: 867a4284b18227e49aa2ca534d1c1fb3262a1745 (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">
    <div class="site-footer-inner">
      <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>
      <div class="footer-col rss-subscribe">Subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></div>
    </div>
  </div>
</footer>