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