summaryrefslogtreecommitdiffstats
path: root/layouts/partials/footer.html
blob: 5c8683c737b4e9df543e67f8c691b56aaeb8ce77 (plain) (blame)
1
2
3
4
5
6
7
8
<div class="copyright">
  {{ .Site.Params.footer.content }}
  <div class="social-icons">
    <a href="/atom.xml">
      <i class="fa fa-rss"></i>
    </a>
  </div>
</div>