aboutsummaryrefslogtreecommitdiff
path: root/templates/includes/contacts.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/includes/contacts.html')
-rw-r--r--templates/includes/contacts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/includes/contacts.html b/templates/includes/contacts.html
index c311bdc..d61647c 100644
--- a/templates/includes/contacts.html
+++ b/templates/includes/contacts.html
@@ -2,7 +2,7 @@
{% for contact in config.extra.contacts %}
<li>
<span>{{ contact.title | trim }}:</span>
- <a href="{{ contact.url | trim }}" rel="nofollow" target="_blank">{{ contact.name | trim }}</a>
+ <a href="{{ contact.url | trim }}" target="_blank">{{ contact.name | trim }}</a>
</li>
{% endfor %}
</ul> \ No newline at end of file