Add ADN + GitHub link
This commit is contained in:
parent
4fbcd6439d
commit
f4541e32ef
3 changed files with 10 additions and 3 deletions
|
@ -12,6 +12,7 @@ owner:
|
||||||
email: daniel+blog@kempkens.io
|
email: daniel+blog@kempkens.io
|
||||||
# Social networking links used in footer. Update and remove as you like.
|
# Social networking links used in footer. Update and remove as you like.
|
||||||
twitter: nifoc_
|
twitter: nifoc_
|
||||||
|
app_net: nifoc
|
||||||
facebook:
|
facebook:
|
||||||
github: nifoc
|
github: nifoc
|
||||||
stackexchange:
|
stackexchange:
|
||||||
|
|
|
@ -1 +1,4 @@
|
||||||
<span>© {{ site.time | date: '%Y' }} {{ site.owner.name }}. Powered by <a href="http://jekyllrb.com">Jekyll</a> using the <a href="http://mademistakes.com/hpstr/">HPSTR Theme</a>.</span>
|
<span>
|
||||||
|
© {{ site.time | date: '%Y' }} {{ site.owner.name }}. Powered by <a href="http://jekyllrb.com">Jekyll</a> using the <a href="http://mademistakes.com/hpstr/">HPSTR Theme</a>.<br />
|
||||||
|
<a href="https://github.com/nifoc/blog.kempkens.io">Source on GitHub</a>
|
||||||
|
</span>
|
||||||
|
|
|
@ -15,7 +15,10 @@
|
||||||
<a href="mailto:{{ site.owner.email }}"><i class="icon-envelope"></i> Email</a>
|
<a href="mailto:{{ site.owner.email }}"><i class="icon-envelope"></i> Email</a>
|
||||||
</li>{% endif %}
|
</li>{% endif %}
|
||||||
{% if site.owner.twitter %}<li>
|
{% if site.owner.twitter %}<li>
|
||||||
<a href="http://twitter.com/{{ site.owner.twitter }}"><i class="icon-twitter"></i> Twitter</a>
|
<a href="https://twitter.com/{{ site.owner.twitter }}"><i class="icon-twitter"></i> Twitter</a>
|
||||||
|
</li>{% endif %}
|
||||||
|
{% if site.owner.app_net %}<li>
|
||||||
|
<a href="https://alpha.app.net/{{ site.owner.app_net }}"><i class="icon-adn"></i> App.net</a>
|
||||||
</li>{% endif %}
|
</li>{% endif %}
|
||||||
{% if site.owner.facebook %}<li>
|
{% if site.owner.facebook %}<li>
|
||||||
<a href="http://facebook.com/{{ site.owner.facebook }}"><i class="icon-facebook"></i> Facebook</a>
|
<a href="http://facebook.com/{{ site.owner.facebook }}"><i class="icon-facebook"></i> Facebook</a>
|
||||||
|
@ -27,7 +30,7 @@
|
||||||
<a href="http://linkedin.com/in/{{ site.owner.linkedin }}"><i class="icon-linkedin"></i> LinkedIn</a>
|
<a href="http://linkedin.com/in/{{ site.owner.linkedin }}"><i class="icon-linkedin"></i> LinkedIn</a>
|
||||||
</li>{% endif %}
|
</li>{% endif %}
|
||||||
{% if site.owner.github %}<li>
|
{% if site.owner.github %}<li>
|
||||||
<a href="http://github.com/{{ site.owner.github }}"><i class="icon-github"></i> GitHub</a>
|
<a href="https://github.com/{{ site.owner.github }}"><i class="icon-github"></i> GitHub</a>
|
||||||
</li>{% endif %}
|
</li>{% endif %}
|
||||||
{% if site.owner.stackexchange %}<li>
|
{% if site.owner.stackexchange %}<li>
|
||||||
<a href="{{ site.owner.stackexchange }}"><i class="icon-stackexchange"></i> Stackexchange</a>
|
<a href="{{ site.owner.stackexchange }}"><i class="icon-stackexchange"></i> Stackexchange</a>
|
||||||
|
|
Loading…
Reference in a new issue