parent
e5d5685ad5
commit
5ae39ef82c
2 changed files with 4 additions and 0 deletions
|
@ -68,6 +68,7 @@ author:
|
||||||
location : "Buffalo, NY"
|
location : "Buffalo, NY"
|
||||||
email : *email
|
email : *email
|
||||||
uri : "https://mademistakes.com"
|
uri : "https://mademistakes.com"
|
||||||
|
bitbucket :
|
||||||
codepen :
|
codepen :
|
||||||
dribbble :
|
dribbble :
|
||||||
flickr :
|
flickr :
|
||||||
|
|
|
@ -53,6 +53,9 @@
|
||||||
{% if author.tumblr %}
|
{% if author.tumblr %}
|
||||||
<li><a href="http://{{ author.tumblr }}.tumblr.com"><i class="fa fa-fw fa-tumblr-square" aria-hidden="true"></i> Tumblr</a></li>
|
<li><a href="http://{{ author.tumblr }}.tumblr.com"><i class="fa fa-fw fa-tumblr-square" aria-hidden="true"></i> Tumblr</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if author.bitbucket %}
|
||||||
|
<li><a href="http://bitbucket.org//{{ author.bitbucket }}"><i class="fa fa-fw fa-bitbucket" aria-hidden="true"></i> Bitbucket</a></li>
|
||||||
|
{% endif %}
|
||||||
{% if author.github %}
|
{% if author.github %}
|
||||||
<li><a href="http://github.com/{{ author.github }}"><i class="fa fa-fw fa-github" aria-hidden="true"></i> Github</a></li>
|
<li><a href="http://github.com/{{ author.github }}"><i class="fa fa-fw fa-github" aria-hidden="true"></i> Github</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue