update footer
This commit is contained in:
parent
bbfd1ec58d
commit
c959d73e3f
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue