summaryrefslogtreecommitdiffhomepage
path: root/website/_includes
diff options
context:
space:
mode:
Diffstat (limited to 'website/_includes')
-rw-r--r--website/_includes/byline.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/_includes/byline.html b/website/_includes/byline.html
index d8ae22cb0..1e808260f 100644
--- a/website/_includes/byline.html
+++ b/website/_includes/byline.html
@@ -5,7 +5,7 @@ By
{% assign author_id=include.authors[i] %}
{% assign author=site.authors[author_id] %}
{% if author %}
- <a href="mailto:{{ author.email }}">{{ author.name }}</a>
+ <a href="{% if author.url %}{{ author.url }}{% else %}mailto:{{ author.email }}{% endif %}">{{ author.name }}</a>
{% else %}
{{ author_id }}
{% endif %}