Add homepage link
This commit is contained in:
parent
e139712638
commit
25d871c89e
2 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,7 @@ owner:
|
||||||
bio: "I'm a 24-year-old software developer from Germany."
|
bio: "I'm a 24-year-old software developer from Germany."
|
||||||
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.
|
||||||
|
homepage: https://kempkens.io
|
||||||
twitter: nifoc_
|
twitter: nifoc_
|
||||||
app_net: nifoc
|
app_net: nifoc
|
||||||
facebook:
|
facebook:
|
||||||
|
|
|
@ -11,6 +11,9 @@
|
||||||
<h4 itemprop="name">{{ site.owner.name }}</h4>
|
<h4 itemprop="name">{{ site.owner.name }}</h4>
|
||||||
<p>{{ site.owner.bio }}</p>
|
<p>{{ site.owner.bio }}</p>
|
||||||
</li>
|
</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>
|
{% if site.owner.twitter %}<li>
|
||||||
<a href="https://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 %}
|
</li>{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue