From 07bf415599a7c443504b7dc6d9ca82b4c1d91481 Mon Sep 17 00:00:00 2001 From: Talha Mansoor Date: Fri, 5 Jul 2019 11:34:19 +0500 Subject: [PATCH] feat(authors): make authors URL nofollow --- templates/_includes/article_author.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_includes/article_author.html b/templates/_includes/article_author.html index 22865f86..1c538d24 100644 --- a/templates/_includes/article_author.html +++ b/templates/_includes/article_author.html @@ -10,7 +10,7 @@ {% endif %} {% set auth = AUTHORS.get(author|string) %}
- + {% if AUTHORS.get(author|string).avatar %} {{author}} Avatar {% endif %}