Hide social urls behind a button

This commit is contained in:
Michael Rose
2016-03-20 22:15:43 -04:00
parent 60de8f20aa
commit abb89f7eb6
5 changed files with 93 additions and 22 deletions

View File

@ -14,9 +14,11 @@
<div class="author__content">
<h3 class="author__name">{{ author.name }}</h3>
{% if author.bio %}<p class="author__bio">{{ author.bio }}</p>{% endif %}
</div>
<div class="author__urls_wrapper">
<span class="btn">Follow</span>
<div class="author__urls">
{% if author.uri %}
<a href="{{ author.uri }}" target="_blank"><i class="fa fa-fw fa-globe"></i>Website</a>