aboutsummaryrefslogtreecommitdiff
path: root/templates/includes/useful_links.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/includes/useful_links.html')
-rw-r--r--templates/includes/useful_links.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/includes/useful_links.html b/templates/includes/useful_links.html
index 3661447..9b4859d 100644
--- a/templates/includes/useful_links.html
+++ b/templates/includes/useful_links.html
@@ -1,7 +1,7 @@
<ul>
{% for link in config.extra.links %}
<li>
- <a href="{{ link.url | trim }}" rel="nofollow" target="_blank">{{ link.title | trim }}</a>
+ <a href="{{ link.url | trim }}" target="_blank">{{ link.title | trim }}</a>
<span>&mdash;</span>
<span>{{ link.description | trim }}</span>
</li>