Remove exhibition links
This commit is contained in:
parent
84de819756
commit
aa60c4d52b
5 changed files with 5 additions and 100 deletions
|
@ -5,18 +5,6 @@
|
|||
|
||||
<section class="home-section">
|
||||
|
||||
<nav class="navigation" aria-label="Menu">
|
||||
{% if exhibitions is not empty %}
|
||||
<ul class="navigation__menu">
|
||||
{% for exhibition in exhibitions %}
|
||||
<li class="navigation__item">
|
||||
<a class="navigation__link" href="{{ exhibition.url }}" target="_blank">{{ exhibition.title }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
</nav>
|
||||
|
||||
<div class="social">
|
||||
<a class="social__link" href="{{ instagram }}" target="_blank" title="Go to {{ site.title }}'s Instagram profile">
|
||||
<svg class="instagram-icon" aria-hidden="true" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue