[Content] Customized footer and header further

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2016-04-15 15:41:10 +02:00
parent 8816f6dc8a
commit abf895e386
2 changed files with 3 additions and 6 deletions

View File

@ -5,7 +5,8 @@
<div class="footer-col-wrapper"> <div class="footer-col-wrapper">
<div class="footer-col footer-col-1"> <div class="footer-col footer-col-1">
<ul class="unstyled-list"> <ul class="unstyled-list">
<li><a href="/legal-notice">Legal Notice</li> <li><a href="/legal-notice">Impressum</li>
<li><a href="/datenschutz">Datenschutz</li>
</ul> </ul>
</div> </div>

View File

@ -14,11 +14,7 @@
</a> </a>
<div class="trigger"> <div class="trigger">
{% for my_page in site.pages %} <a class="page-link" href="{{ /about | prepend: site.baseurl }}">About</a>
{% if my_page.title %}
<a class="page-link" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a>
{% endif %}
{% endfor %}
</div> </div>
</nav> </nav>