no follow on cloudcannon links

This commit is contained in:
Set Hallstrom 2019-09-13 10:38:33 +02:00
parent db68b70959
commit 644e1417aa
7 changed files with 8 additions and 8 deletions

View file

@ -16,7 +16,7 @@ image: /uploads/stickerwall.jpg
{% 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>
<h2><a href="{{ event.url }}" class="nodecoration" style="border:none;">{{ event.title }}</a></h2>
<a href="{{ site.baseurl }}{{ event.url }}" title="Event: {{ event.title }}" alt="Event: {{ event.title }}"
style="border:none">
@ -44,7 +44,7 @@ image: /uploads/stickerwall.jpg
{% 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="{{ event.url }}" title="Event: {{ event.title }}" alt="Event: {{ event.title }}">
<div class="flyer" style="background-image:url('{{ event.image }}')"></div>
</a>