creating about page
This commit is contained in:
parent
471d405d9b
commit
c3a542343f
3 changed files with 11 additions and 28 deletions
|
|
@ -11,12 +11,13 @@
|
|||
|
||||
{% if now >= endtime %}
|
||||
<br />
|
||||
<h4>
|
||||
<a href="{{ event.url }}" class="cta">{{ event.event_data.start_datetime | date: '%Y-%m-%d' }}</a>
|
||||
</h4>
|
||||
|
||||
<a href="{{ event.url }}"><img src="{{ event.image }}" width="100%"/></a>
|
||||
<h4>{{ event.title }}</h4>
|
||||
<br />
|
||||
<hr />
|
||||
<h4>
|
||||
<a href="{{ event.url }}" class="cta">{{ event.event_data.start_datetime | date: '%Y-%m-%d' }}</a>
|
||||
</h4>
|
||||
|
||||
<br />
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue