1
0
Fork 0

Add homepage link

This commit is contained in:
Daniel Kempkens 2014-03-29 22:00:50 +01:00
parent e139712638
commit 25d871c89e
2 changed files with 4 additions and 0 deletions

View file

@ -12,6 +12,7 @@ owner:
bio: "I'm a 24-year-old software developer from Germany."
email: daniel+blog@kempkens.io
# Social networking links used in footer. Update and remove as you like.
homepage: https://kempkens.io
twitter: nifoc_
app_net: nifoc
facebook:

View file

@ -11,6 +11,9 @@
<h4 itemprop="name">{{ site.owner.name }}</h4>
<p>{{ site.owner.bio }}</p>
</li>
{% if site.owner.homepage %}<li>
<a href="{{ site.owner.homepage }}"><i class="icon-home"></i> Homepage</a>
</li>{% endif %}
{% if site.owner.twitter %}<li>
<a href="https://twitter.com/{{ site.owner.twitter }}"><i class="icon-twitter"></i> Twitter</a>
</li>{% endif %}