Merge branch post-branch into master via CloudCannon
This commit is contained in:
commit
47033e154a
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ image: /uploads/stickerwall.jpg
|
||||||
<h3>Kommande event</h3>
|
<h3>Kommande event</h3>
|
||||||
|
|
||||||
{% capture now -%}{{ site.time | date: '%s' }}{%- endcapture %} {% for event in site.events %} {% capture endtime -%} {{ event.event_data.end_datetime | date: '%s' }} {%- endcapture %} {% if now <= endtime %}
|
{% capture now -%}{{ site.time | date: '%s' }}{%- endcapture %} {% for event in site.events %} {% capture endtime -%} {{ event.event_data.end_datetime | date: '%s' }} {%- endcapture %} {% if now <= endtime %}
|
||||||
<div class="column" style="margin-left: 0;">
|
<div class="column" style="margin-left: 0;{% if forloop.last == true %}border: none;{% endif %}">
|
||||||
<a href="cloudcannon:collections/{{ event.path }}" class="editor-link cms-editor-link">Redigera Event</a>
|
<a href="cloudcannon:collections/{{ event.path }}" class="editor-link cms-editor-link">Redigera Event</a>
|
||||||
<h2><a href="{{ event.url }}" class="nodecoration" style="border:none;">{{ event.title }}</a></h2>
|
<h2><a href="{{ event.url }}" class="nodecoration" style="border:none;">{{ event.title }}</a></h2>
|
||||||
<a href="{{ site.baseurl }}{{ event.url }}"><img src="{{ event.image }}" width="100%" style="margin-bottom: 30px;" /></a>
|
<a href="{{ site.baseurl }}{{ event.url }}"><img src="{{ event.image }}" width="100%" style="margin-bottom: 30px;" /></a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue