diff --git a/_config.yml b/_config.yml index 07ff25f..cec6852 100644 --- a/_config.yml +++ b/_config.yml @@ -12,6 +12,7 @@ owner: email: daniel+blog@kempkens.io # Social networking links used in footer. Update and remove as you like. twitter: nifoc_ + app_net: nifoc facebook: github: nifoc stackexchange: diff --git a/_includes/footer.html b/_includes/footer.html index 90bab9f..093a377 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1 +1,4 @@ -© {{ site.time | date: '%Y' }} {{ site.owner.name }}. Powered by Jekyll using the HPSTR Theme. \ No newline at end of file + + © {{ site.time | date: '%Y' }} {{ site.owner.name }}. Powered by Jekyll using the HPSTR Theme.
+ Source on GitHub +
diff --git a/_includes/navigation.html b/_includes/navigation.html index 3421d05..ca8c01b 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -15,7 +15,10 @@ Email {% endif %} {% if site.owner.twitter %}
  • - Twitter + Twitter +
  • {% endif %} + {% if site.owner.app_net %}
  • + App.net
  • {% endif %} {% if site.owner.facebook %}
  • Facebook @@ -27,7 +30,7 @@ LinkedIn
  • {% endif %} {% if site.owner.github %}
  • - GitHub + GitHub
  • {% endif %} {% if site.owner.stackexchange %}
  • Stackexchange