Skip to content
Snippets Groups Projects
Commit 92222c5a authored by Julien Schmidt's avatar Julien Schmidt
Browse files

add footer from stusta.de website

parent eb16da24
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,24 @@
{{ block "main" . }}
<!-- The part of the page that begins to differ between templates -->
{{ end }}
<footer>This is teh foota &copy; {{ now.Format "2006" }}</footer>
<footer>
<div class="container">
<a href="https://stustanet.de/impressum">Impressum</a>
</div>
<div class="lang-dropdown">
<span><i class="globe"></i>{{ .Site.Language.LanguageName }} &#9652;</span>
<ul class="up">
{{ if .Site.IsMultiLingual }}
{{ $lang := .Site.Language }}
{{ range .Site.Languages }}
<li>
<a href="{{ delimit (slice "/" .) "" }}" class="lang">
<span class="shorthand">{{ .Lang }}</span>{{ .LanguageName }}
</a>
</li>
{{ end }}
{{ end }}
</ul>
</div>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment