This commit is contained in:
2023-06-21 11:56:20 +02:00
parent 011ab84ab8
commit 238e1d8197
+6 -11
View File
@@ -71,14 +71,14 @@
</div> </div>
</header> </header>
<!--
<div id="header" role="banner" style="background-image: url('{{ pages["_meta"].meta.headerbg|url }}'); background-position: center; background-repeat: no-repeat; background-size: cover;"> <div id="header" role="banner" style="background-image: url('{{ pages["_meta"].meta.headerbg|url }}'); background-position: center; background-repeat: no-repeat; background-size: cover;">
<div class="container"> <div class="container">
<!--a id="nav-toggle" title="Toggle Menu" role="button" aria-controls="nav" aria-expanded="false" tabindex="1"> --> <!--a id="nav-toggle" title="Toggle Menu" role="button" aria-controls="nav" aria-expanded="false" tabindex="1">
<span class="icon-menu" aria-hidden="true"></span> <span class="icon-menu" aria-hidden="true"></span>
<span class="sr-only">Toggle Menu</span> <span class="sr-only">Toggle Menu</span>
</a--> </a-->
{% if pages["_meta"].meta.logo %} <!-- {% if pages["_meta"].meta.logo %}
<div id="logo" aria-hidden="true"> <div id="logo" aria-hidden="true">
<a href="{{ "index"|link }}"> <a href="{{ "index"|link }}">
<img src="{{ pages["_meta"].meta.logo|url }}" alt="" /> <img src="{{ pages["_meta"].meta.logo|url }}" alt="" />
@@ -97,7 +97,7 @@
&nbsp;&nbsp;&nbsp;<a style="font-family: 'Contrail One'; font-size:120%; color: darkblue;" href="https://www.sportschau.de/">Sport</a><br /> &nbsp;&nbsp;&nbsp;<a style="font-family: 'Contrail One'; font-size:120%; color: darkblue;" href="https://www.sportschau.de/">Sport</a><br />
&nbsp;&nbsp;&nbsp;<a style="font-family: 'Contrail One'; font-size:120%; color: darkblue;" href="https://www.nodebucket.de/index.php/apps/cms_pico/pico/anton/quatsch">Quatsch</a> &nbsp;&nbsp;&nbsp;<a style="font-family: 'Contrail One'; font-size:120%; color: darkblue;" href="https://www.nodebucket.de/index.php/apps/cms_pico/pico/anton/quatsch">Quatsch</a>
</div> </div>
<!--div id="nav" role="navigation" tabindex="-1"> --> <!--div id="nav" role="navigation" tabindex="-1">
<a href="reportagen">Reportagen</a> <a href="reportagen">Reportagen</a>
<ul> <ul>
{% for page in pages(depthOffset=-1) if page.title and not page.hidden %} {% for page in pages(depthOffset=-1) if page.title and not page.hidden %}
@@ -107,7 +107,7 @@
{% endfor %} {% endfor %}
</ul> </ul>
</div--> </div-->
</div> <!-- </div>
</div> </div>
<div id="main" role="main"> <div id="main" role="main">
@@ -126,14 +126,9 @@
</a> </a>
{% endfor %} {% endfor %}
</div> </div>
<!--p>
<a href="http://picocms.org/">Pico</a> was made by <a href="http://gilbert.pellegrom.me">Gilbert Pellegrom</a>
and is maintained by <a href="https://github.com/picocms/Pico/graphs/contributors">The Pico Community</a>.
Released under the <a href="https://github.com/picocms/Pico/blob/master/LICENSE.md">MIT license</a>.
</p-->
</div> </div>
</div> </div>
-->
<script src="{{ theme_url }}/js/modernizr-3.3.1-custom.min.js" type="text/javascript"></script> <script src="{{ theme_url }}/js/modernizr-3.3.1-custom.min.js" type="text/javascript"></script>
<script src="{{ theme_url }}/js/utils.js" type="text/javascript"></script> <script src="{{ theme_url }}/js/utils.js" type="text/javascript"></script>
<script src="{{ theme_url }}/js/pico.js" type="text/javascript"></script> <script src="{{ theme_url }}/js/pico.js" type="text/javascript"></script>