Tweak articleAuthor include: process bio as markdown
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if author.bio %}
|
||||
<br>{{ author.bio }}
|
||||
<span class="authorBio">{{ author.bio | markdownify | safe }}</span>
|
||||
{% endif %}
|
||||
</p>
|
||||
{% else %}
|
||||
@@ -44,7 +44,7 @@
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if metadata.author.bio %}
|
||||
<br>{{ metadata.author.bio }}
|
||||
<span class="authorBio">{{ metadata.author.bio | markdownify | safe }}</span>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user