update memberlist
This commit is contained in:
parent
e3621c8245
commit
69466c90e6
15 changed files with 16 additions and 0 deletions
|
|
@ -4,4 +4,5 @@ image:
|
|||
blurb_text:
|
||||
link:
|
||||
mopp_vecka:
|
||||
aktiv: true
|
||||
---
|
||||
|
|
@ -4,4 +4,5 @@ image: /images/momangers/alma.jpg
|
|||
blurb_text:
|
||||
link:
|
||||
mopp_vecka: 46
|
||||
aktiv: false
|
||||
---
|
||||
|
|
@ -4,4 +4,5 @@ image: /images/momangers/andres.jpg
|
|||
blurb_text:
|
||||
link:
|
||||
mopp_vecka:
|
||||
aktiv: false
|
||||
---
|
||||
|
|
@ -4,4 +4,5 @@ image: /images/momangers/50167492-10218177083246349-3081317513628221440-n.jpg
|
|||
blurb_text:
|
||||
link:
|
||||
mopp_vecka: 48
|
||||
aktiv: false
|
||||
---
|
||||
|
|
@ -4,4 +4,5 @@ image: /images/momangers/mona-magnussen-a7bdqjeg6m4-unsplash.jpg
|
|||
blurb_text:
|
||||
link:
|
||||
mopp_vecka: 48
|
||||
aktiv: true
|
||||
---
|
||||
|
|
|
|||
|
|
@ -4,4 +4,5 @@ image: /images/momangers/astrid.jpg
|
|||
blurb_text:
|
||||
link:
|
||||
mopp_vecka: 46
|
||||
aktiv: false
|
||||
---
|
||||
|
|
@ -4,4 +4,5 @@ image: /images/momangers/ivar.jpg
|
|||
blurb_text:
|
||||
link:
|
||||
mopp_vecka: 38
|
||||
aktiv: true
|
||||
---
|
||||
|
|
@ -4,4 +4,5 @@ image: /images/momangers/jean.jpg
|
|||
blurb_text:
|
||||
link:
|
||||
mopp_vecka: 38
|
||||
aktiv: false
|
||||
---
|
||||
|
|
@ -4,4 +4,5 @@ image: /images/momangers/johanna.jpg
|
|||
blurb_text:
|
||||
link:
|
||||
mopp_vecka: 40
|
||||
aktiv: false
|
||||
---
|
||||
|
|
@ -4,4 +4,5 @@ image: /images/momangers/karbin.jpg
|
|||
blurb_text:
|
||||
link:
|
||||
mopp_vecka: 40
|
||||
aktiv: true
|
||||
---
|
||||
|
|
@ -4,4 +4,5 @@ image: /images/momangers/kulturkristian.jpg
|
|||
blurb_text:
|
||||
link:
|
||||
mopp_vecka: 42
|
||||
aktiv: true
|
||||
---
|
||||
|
|
@ -4,4 +4,5 @@ image: /images/momangers/magnus.jpg
|
|||
blurb_text:
|
||||
link:
|
||||
mopp_vecka: 42
|
||||
aktiv: true
|
||||
---
|
||||
|
|
@ -4,4 +4,5 @@ image: /images/momangers/molly.jpg
|
|||
blurb_text:
|
||||
link:
|
||||
mopp_vecka: 44
|
||||
aktiv: false
|
||||
---
|
||||
|
|
@ -4,4 +4,5 @@ image: /images/momangers/set.jpg
|
|||
blurb_text:
|
||||
link:
|
||||
mopp_vecka: 44
|
||||
aktiv: false
|
||||
---
|
||||
|
|
@ -35,6 +35,7 @@ image: /assets/img/logo%20galleri%20momangen.svg
|
|||
</div>
|
||||
</div>
|
||||
{% for artist in site.momangers %}
|
||||
{% if artist.aktiv == true %}
|
||||
<div class="column">
|
||||
<a href="cloudcannon:collections/{{ artist.path }}" rel="nofollow" class="editor-link cms-editor-link">Redigera Medlem</a>
|
||||
<div class="square-image" style="background-image: url('{{ artist.image }}')"></div>
|
||||
|
|
@ -43,4 +44,5 @@ image: /assets/img/logo%20galleri%20momangen.svg
|
|||
{% if artist.link != null %}<a href="{{ artist.link }}" trarget="_blank" rel="noopener noreferrer nofollow">Mer info
|
||||
här</a>{% endif %}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue