Skip to content
Snippets Groups Projects
Commit 62b9c53c authored by jarmil's avatar jarmil
Browse files

REF: prejmenovani snippetu na spolecnou konvenci

parent 0fe7c9a3
No related branches found
No related tags found
2 merge requests!173Release,!134Weby pro MS
Pipeline #1500 failed
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
</div> </div>
<div class="social-icon-group space-x-2 text-grey-200 py-4 lg:py-0"> <div class="social-icon-group space-x-2 text-grey-200 py-4 lg:py-0">
{% include "district/_social_icons.html" %} {% include "district/social_icons_snippet.html" %}
</div> </div>
</div> </div>
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
<section class="footer__social lg:text-right"> <section class="footer__social lg:text-right">
<div class="mb-4"> <div class="mb-4">
<div class="social-icon-group space-x-2 text-white pb-4"> <div class="social-icon-group space-x-2 text-white pb-4">
{% include "district/_social_icons.html" %} {% include "district/social_icons_snippet.html" %}
</div> </div>
<a href="mailto:{{ page.root_page.contact_email|default:"info@pirati.cz" }}" class="contact-line icon-link content-block--nostyle " ><i class="ico--envelope"></i><span>Dejte nám vědět</span></a> <a href="mailto:{{ page.root_page.contact_email|default:"info@pirati.cz" }}" class="contact-line icon-link content-block--nostyle " ><i class="ico--envelope"></i><span>Dejte nám vědět</span></a>
</div> </div>
...@@ -257,13 +257,13 @@ ...@@ -257,13 +257,13 @@
<div class="container container--default"> <div class="container container--default">
<div class="grid gap-4 grid-cols-1 md:grid-cols-2 xl:grid-cols-3"> <div class="grid gap-4 grid-cols-1 md:grid-cols-2 xl:grid-cols-3">
{% if page.root_page.footperson_coord %} {% if page.root_page.footperson_coord %}
{% include "shared/_person_badge.html" with person=page.root_page.footperson_coord title="Koordinátor" %} {% include "shared/person_badge_snippet.html" with person=page.root_page.footperson_coord title="Koordinátor" %}
{% endif %} {% endif %}
{% if page.root_page.footperson_electman %} {% if page.root_page.footperson_electman %}
{% include "shared/_person_badge.html" with person=page.root_page.footperson_electman title="Volební manažer" %} {% include "shared/person_badge_snippet.html" with person=page.root_page.footperson_electman title="Volební manažer" %}
{% endif %} {% endif %}
{% if page.root_page.footperson_media %} {% if page.root_page.footperson_media %}
{% include "shared/_person_badge.html" with person=page.root_page.footperson_media title="Kontakt pro média" %} {% include "shared/person_badge_snippet.html" with person=page.root_page.footperson_media title="Kontakt pro média" %}
{% endif %} {% endif %}
</div> </div>
</div> </div>
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
<div> <div>
<h2 class="head-heavy-sm mb-2 lg:mb-4 mt-4">{{ item.value.name }}</h2> <h2 class="head-heavy-sm mb-2 lg:mb-4 mt-4">{{ item.value.name }}</h2>
<div class="card elevation-3 p-3 mb-3"> <div class="card elevation-3 p-3 mb-3">
{% include "shared/_person_badge.html" with person=item.value.person %} {% include "shared/person_badge_snippet.html" with person=item.value.person %}
</div> </div>
</div> </div>
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
</div> </div>
{% include "district/_followus.html" %} {% include "district/followus_snippet.html" %}
</div> </div>
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
{% endfor %} {% endfor %}
</div> </div>
{% include "district/_more_articles.html" %} {% include "district/more_articles_snippet.html" %}
{% include "district/_followus.html" %} {% include "district/followus_snippet.html" %}
</main> </main>
{% endblock %} {% endblock %}
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
</div> </div>
{% include "district/_more_articles.html" %} {% include "district/more_articles_snippet.html" %}
{% endblock %} {% endblock %}
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 row-gap-8 col-gap-8"> <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 row-gap-8 col-gap-8">
{% for person in people %} {% for person in people %}
{% include "shared/_person_badge.html" with person=person %} {% include "shared/person_badge_snippet.html" with person=person %}
{% endfor %} {% endfor %}
</div> </div>
......
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
<div class="space-y-4"> <div class="space-y-4">
{% for person in random_people %} {% for person in random_people %}
{% include "shared/_person_badge.html" with person=person skipcontacts=1 %} {% include "shared/person_badge_snippet.html" with person=person skipcontacts=1 %}
{% endfor %} {% endfor %}
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment