Rename author hashes for friendlier names in feed.xml

This commit is contained in:
Michael Rose
2016-03-06 22:32:01 -05:00
parent 1c300ef040
commit 7d21c0afc3
3 changed files with 11 additions and 8 deletions

View File

@ -12,6 +12,9 @@
<h3 class="author-name">{{ author.name }}</h3>
{% if author.bio %}<p class="author-bio">{{ author.bio }}</p>{% endif %}
{% if author.uri %}
<a href="{{ author.uri }}" class="author-social" target="_blank"><i class="fa fa-fw fa-globe"></i>Website</a>
{% endif %}
{% if author.email %}
<a href="mailto:{{ author.email }}" class="author-social" target="_blank"><i class="fa fa-fw fa-envelope-square"></i> Email</a>
{% endif %}