Skip to content
Snippets Groups Projects
Commit 4fd1deb4 authored by jan.bednarik's avatar jan.bednarik
Browse files

donate: Responsive top links

parent 3e387f71
No related branches found
No related tags found
2 merge requests!709donate: Responsive top links,!708donate: Responsive top links
Pipeline #11314 passed
......@@ -109,6 +109,14 @@
<a class="nav-link" href="{{ page.root_page.regions_page_url }}">Kraje</a>
</li>
</ul>
{% if page.root_page.custom_url_1 and page.root_page.custom_url_1_text %}
<a href="{{ page.root_page.custom_url_1 }}" class="d-block d-lg-none mb-3 header_link header_link--desktop" target="_blank"
rel="noreferrer"><i class="icon-external-link mr-2" title="Ikona odkazu"></i>{{ page.root_page.custom_url_1_text }}</a>
{% endif %}
{% if page.root_page.custom_url_2 and page.root_page.custom_url_2_text %}
<a href="{{ page.root_page.custom_url_2 }}" class="d-block d-lg-none mb-3 header_link header_link--desktop" target="_blank"
rel="noreferrer"><i class="icon-external-link mr-2" title="Ikona odkazu"></i>{{ page.root_page.custom_url_2_text }}</a>
{% endif %}
<a href="https://www.pirati.cz/" class="d-block d-lg-none mb-3 header_link header_link--mobile" target="_blank" rel="noreferrer"><i class="icon-external-link mr-2" title="Ikona odkazu"></i>www.pirati.cz</a>
</div><!-- /navigation -->
</div><!-- /container -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment