commit
This commit is contained in:
+6
-11
@@ -71,14 +71,14 @@
|
||||
</div>
|
||||
</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 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="sr-only">Toggle Menu</span>
|
||||
</a-->
|
||||
{% if pages["_meta"].meta.logo %}
|
||||
<!-- {% if pages["_meta"].meta.logo %}
|
||||
<div id="logo" aria-hidden="true">
|
||||
<a href="{{ "index"|link }}">
|
||||
<img src="{{ pages["_meta"].meta.logo|url }}" alt="" />
|
||||
@@ -97,7 +97,7 @@
|
||||
<a style="font-family: 'Contrail One'; font-size:120%; color: darkblue;" href="https://www.sportschau.de/">Sport</a><br />
|
||||
<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 id="nav" role="navigation" tabindex="-1">
|
||||
--> <!--div id="nav" role="navigation" tabindex="-1">
|
||||
<a href="reportagen">Reportagen</a>
|
||||
<ul>
|
||||
{% for page in pages(depthOffset=-1) if page.title and not page.hidden %}
|
||||
@@ -107,7 +107,7 @@
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div-->
|
||||
</div>
|
||||
<!-- </div>
|
||||
</div>
|
||||
|
||||
<div id="main" role="main">
|
||||
@@ -126,14 +126,9 @@
|
||||
</a>
|
||||
{% endfor %}
|
||||
</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>
|
||||
|
||||
-->
|
||||
<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/pico.js" type="text/javascript"></script>
|
||||
|
||||
Reference in New Issue
Block a user