added reddit (#121)

* added reddit

* added reddit to footerlinks/author in _config.yaml
This commit is contained in:
Pascal van Kooten 2016-10-28 19:57:08 +02:00 committed by Dean Attali
parent e079762439
commit 821e5b2dbd
2 changed files with 12 additions and 0 deletions

View file

@ -33,6 +33,16 @@
</a>
</li>
{% endif %}
{% if site.author.reddit and site.footer-links-active.reddit %}
<li>
<a href="https://reddit.com/u/{{ site.author.reddit }}" title="Reddit">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-reddit fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
{% endif %}
{% if site.author.google-plus and site.footer-links-active.google-plus %}
<li>
<a href="https://plus.google.com/{{ site.author.google-plus }}" title="Google+">