prelom/django/templates/author_bio.html

12 lines
361 B
HTML

<h3>
<!--<a href="{{ author.get_absolute_url }}">-->
<span style="font-family: Adobe Caslon Pro;padding-left:1rem;">{{ author.name }}</span>
<!--</a>-->
{% if author.twitter %}(<a href="https://twitter.com/{{ author.twitter }}">@{{author.twitter }}</a>){% endif %}
</h3>
<!--
<div class="author-bio">
{{ author.formatted_bio|safe }}
</div>
-->