nofollow on edit links

This commit is contained in:
Set Hallstrom 2019-09-23 17:36:24 +02:00
parent ceb0d8969e
commit 6e49ad9a49
3 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
{% for event in upcoming %}
{% if event.event_data.end_datetime >= now %}
<div class="column2">
<a href="cloudcannon:collections/{{ event.path }}" class="editor-link cms-editor-link">Redigera Event</a>
<a href="cloudcannon:collections/{{ event.path }}" rel="nofollow" class="editor-link cms-editor-link">Redigera Event</a>
<a href="{{ site.baseurl }}{{ event.url }}" title="Event: {{ event.title }}" alt="Event: {{ event.title }}"
style="border:none">
<img src="{{ event.image }}" style="margin-bottom: 30px;" title="Event: {{ event.title }}"