summaryrefslogtreecommitdiff
path: root/_includes/footer.html
blob: aceff0e8027bf542bcbdd4ab5cc98a23b3f31f7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<footer class="footer">
  <div class="container">
    <div class="content has-text-centered">
      <h2 class="subtitle">{{ site.title }}</h2>
      <p>{{ site.description }}</p>
      <p>
        <a class="icon" href="https://github.com/stronglifters">
          <i class="fa fa-github"></i>
        </a>
        <a class="icon" href="https://twitter.com/stronglifters">
          <i class="fa fa-twitter"></i>
        </a>
        <a href="{{ "/feed.xml" | prepend: site.baseurl }}">
          <i class="fa fa-rss"></i>
        </a>
      </p>
    </div>
  </div>
</footer>