mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-12-04 16:07:16 +00:00
Add optional Weibo link to footer
This commit is contained in:
parent
89823accbe
commit
1a13efe08e
2 changed files with 4 additions and 2 deletions
|
@ -44,6 +44,7 @@ owner:
|
||||||
flickr:
|
flickr:
|
||||||
tumblr: mademistakes
|
tumblr: mademistakes
|
||||||
pinterest:
|
pinterest:
|
||||||
|
weibo:
|
||||||
google:
|
google:
|
||||||
plus: MichaelRoseDesign
|
plus: MichaelRoseDesign
|
||||||
analytics: UA-2011187-2
|
analytics: UA-2011187-2
|
||||||
|
|
|
@ -12,5 +12,6 @@
|
||||||
{% if site.owner.github %}<a href="http://github.com/{{ site.owner.github }}" title="{{ site.owner.name}} on Github" target="_blank"><i class="fa fa-github-square fa-2x"></i></a>{% endif %}
|
{% if site.owner.github %}<a href="http://github.com/{{ site.owner.github }}" title="{{ site.owner.name}} on Github" target="_blank"><i class="fa fa-github-square fa-2x"></i></a>{% endif %}
|
||||||
{% if site.owner.tumblr %}<a href="http://{{ site.owner.tumblr }}.tumblr.com" title="{{ site.owner.name}} on Tumblr" target="_blank"><i class="fa fa-tumblr-square fa-2x"></i></a>{% endif %}
|
{% if site.owner.tumblr %}<a href="http://{{ site.owner.tumblr }}.tumblr.com" title="{{ site.owner.name}} on Tumblr" target="_blank"><i class="fa fa-tumblr-square fa-2x"></i></a>{% endif %}
|
||||||
{% if site.owner.pinterest %}<a href="https://www.pinterest.com/{{ site.owner.pinterest }}/" title="{{ site.owner.name}} on Pinterest" target="_blank"><i class="fa fa-pinterest fa-2x"></i></a>{% endif %}
|
{% if site.owner.pinterest %}<a href="https://www.pinterest.com/{{ site.owner.pinterest }}/" title="{{ site.owner.name}} on Pinterest" target="_blank"><i class="fa fa-pinterest fa-2x"></i></a>{% endif %}
|
||||||
|
{% if site.owner.weibo %}<a href="https://www.weibo.com/u/{{ site.owner.weibo }}/" title="{{ site.owner.name}} on Weibo" target="_blank"><i class="fa fa-weibo fa-2x"></i></a>{% endif %}
|
||||||
<a href="{{ site.url }}/feed.xml" title="Atom/RSS feed"><i class="fa fa-rss-square fa-2x"></i></a>
|
<a href="{{ site.url }}/feed.xml" title="Atom/RSS feed"><i class="fa fa-rss-square fa-2x"></i></a>
|
||||||
</div><!-- /.social-icons -->
|
</div><!-- /.social-icons -->
|
Loading…
Reference in a new issue