titles formatting
This commit is contained in:
parent
257df91ea0
commit
0a6db075a4
5 changed files with 11 additions and 4 deletions
|
|
@ -36,7 +36,7 @@ layout: default
|
|||
{% for artist in site.momangers %}
|
||||
<div class="column">
|
||||
<div class="square-image" style="background-image: url('{{ artist.image }}')"></div>
|
||||
<h4>{{ artist.namn }}</h4>
|
||||
<p><strong>{{ artist.namn }}</strong></p>
|
||||
<p class="blurb">{{ artist.blurb_text }}<br />
|
||||
{% if artist.link != null %}<a href="{{ artist.link }}" trarget="_blank" rel="noopener noreferrer nofollow">Mer info
|
||||
här</a>{% endif %}</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue