titles formatting

This commit is contained in:
Set Sakrecoer 2019-06-18 18:26:07 +02:00
parent 257df91ea0
commit 0a6db075a4
5 changed files with 11 additions and 4 deletions

View file

@ -11,7 +11,7 @@
{%- endcapture %}
{% if name == artist_name %}<br />
<div class="square-image" style="background-image: url('{{ artist.image }}')"></div>
<h4>{{ artist.name }}</h4>
<p><strong>{{ artist.name }}</p></strong>
<p class="blurb">{{ artist.blurb_text }}<br />
{% if artist.link != null %}
<br /><a href="{{ artist.link }}"

View file

@ -38,7 +38,7 @@
{{ event.event_data.start_datetime | date: "%Y" }}
kl. {{ event.event_data.start_datetime | date: "%R"}}<br />
Typ av konst: {{ event.category }}</p>
<h3>{{ event.description | truncatewords: 10 }} </h3>
<p><strong>{{ event.description | truncatewords: 10 }}</strong></p>
<p><a class="cta" href="{{ event.url }}" style="padding:10px;"> Läs mer </a></p>
</div>
{% break %}