You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
388 B

7 years ago
7 years ago
  1. <footer id="footer">
  2. {{ if .Site.Social }}
  3. {{ partial "social.html" . }}
  4. {{ end }}
  5. <p class="small">
  6. {{ with .Site.Params.copyright }}
  7. {{ . | markdownify }}
  8. {{ else }}
  9. © Copyright {{ now.Format "2006"}} {{ .Site.Params.name }}
  10. {{ end }}
  11. | <a href="{{ .Site.BaseURL }}/imprint">Impressum</a>
  12. </p>
  13. </footer>