Hide social urls behind a button
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user