Files
releases/docs/_includes/footer.html
T
Torin Sandall 3533e5dd0d First cut of static site.
Generated the site using jekyll new . inside the docs directory.
2016-05-19 08:31:49 -07:00

26 lines
532 B
HTML

<footer class="site-footer">
<div class="wrapper">
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="social-media-list">
{% if site.github_username %}
<li>
{% include icon-github.html username=site.github_username repo=site.github_repo %}
</li>
{% endif %}
</ul>
</div>
<div class="footer-col footer-col-2">
<p>{{ site.description }}</p>
</div>
</div>
</div>
</footer>