update footer

This commit is contained in:
Kameron Kenny 2019-01-22 13:39:57 -05:00
parent bbfd1ec58d
commit c959d73e3f
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@
<div class="wrapper"> <div class="wrapper">
<h2>{{ site.title }}</h2> <h2>{{ site.title }}</h2>
<a href="{{site.github.owner_url }}">Github</a> <a href="{{site.github.owner_url }}">Github</a><br />
{% if site.twitter_username %} {% if site.twitter_username %}
<a href="https://twitter.com/{{ site.twitter_username }}">Twitter</a> <a href="https://twitter.com/{{ site.twitter_username }}">Twitter</a><br />
{% endif %} {% endif %}
</div> </div>
</div> </div>