added reddit (#121)
* added reddit * added reddit to footerlinks/author in _config.yaml
This commit is contained in:
parent
e079762439
commit
821e5b2dbd
2 changed files with 12 additions and 0 deletions
|
@ -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+">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue