on going
This commit is contained in:
parent
23048c8f93
commit
d92e640ef2
3 changed files with 34 additions and 33 deletions
|
|
@ -8,15 +8,14 @@
|
|||
<div id="poster" class="column">
|
||||
|
||||
{% for event in site.events limit: 1 %}
|
||||
|
||||
<div>
|
||||
<a href="{{ event.url }}"><img src="{{ event.image }}" /></a>
|
||||
</div>
|
||||
<div>
|
||||
<h2>{{ event.title }}</h2>
|
||||
<h3>{{ event.start_datetime }} till {{ event.end_datetime }}</h3>
|
||||
<h4>På gång:</h4>
|
||||
<h4>{{ event.start_datetime | date: "%Y-%m-%d"}} {{ event.start_datetime | date: "%R"}}</h4>
|
||||
<h2><a href="{{ event.url }}">{{ event.title }}</a></h2>
|
||||
<p>{{ event.description }}</p>
|
||||
<a href="{{ event.url }}">Läs mer</a>
|
||||
<p>{{ event.category }}</p>
|
||||
Typ: {{ event.category }} <a href="{{ event.url }}">Läs mer</a>
|
||||
<br /><br />
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue