#88 Adding social icon for GoodReads

This commit is contained in:
Tjeerd Verhagen 2018-11-26 16:24:11 +01:00 committed by Nelson Estevão
parent d4aed8ba28
commit d8d885eddb
2 changed files with 13 additions and 6 deletions

View File

@ -22,6 +22,7 @@ sidebar:
twitter: '@webjeda'
stack-overflow: # Number/Username, e.g. 123456/alandoe
codewars:
goodreads: # Number-Username, e.g. 123456-alandoe
languages:
- idiom: English

View File

@ -61,5 +61,11 @@
</li>
{% endif %}
{% if sidebar.goodreads %}
<li class="goodreads-g"><i class="fab fa-goodreads-g"></i>
<a href="https://www.goodreads.com/user/show/{{ sidebar.goodreads }}" target="_blank">{{ sidebar.goodreads }}</a>
</li>
{% endif %}
</ul>
</div><!--//contact-container-->