Remove exhibition section (iframe)
This commit is contained in:
parent
7c368957bc
commit
c12732989c
5 changed files with 12 additions and 233 deletions
|
@ -3,18 +3,14 @@
|
|||
{% block header %}
|
||||
<header>
|
||||
|
||||
<div class="sidebar sidebar--fixed">
|
||||
<div class="sidebar">
|
||||
<nav class="sidebar__nav" aria-label="Menu">
|
||||
{% if exhibitions is not empty %}
|
||||
<ul class="sidebar__nav-menu">
|
||||
{% for exhibition in exhibitions %}
|
||||
<li class="sidebar__nav-item">
|
||||
{% if exhibition.external_link == 'false' %}
|
||||
<a class="sidebar__nav-link sidebar__nav-link--iframe" href="{{ exhibition.url }}" target="exhibition" data-background="{{ exhibition.background_color }}">{{ exhibition.title }}</a>
|
||||
{% else %}
|
||||
<a class="sidebar__nav-link sidebar__nav-link--blank" href="{{ exhibition.url }}" target="_blank">{{ exhibition.title }}</a>
|
||||
{% endif %}
|
||||
</li>
|
||||
<li class="sidebar__nav-item">
|
||||
<a class="sidebar__nav-link" href="{{ exhibition.url }}" target="_blank">{{ exhibition.title }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
|
@ -41,10 +37,6 @@
|
|||
{% block main %}
|
||||
<main>
|
||||
|
||||
<section class="exhibition-section">
|
||||
<iframe class="exhibition" name="exhibition" src=""></iframe>
|
||||
</section>
|
||||
|
||||
<section class="slider-section splide" aria-label="{{ site.title }}'s artwork gallery">
|
||||
<div class="splide__track">
|
||||
<ul class="splide__list">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue