summaryrefslogtreecommitdiff
path: root/themes/hugo-classic/layouts/partials/footer.html
blob: 8b721a8be10ec97e2f767e680fc5acab36a52bcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
    <footer>
      {{ partial "foot_custom.html" . }}
      {{ with .Site.Params.footer }}
      <hr/>
      {{ . | markdownify }}
      {{ end }}
      <div id="license-info">
           &#169;2020 by Jan Götte. This work is licensed under
           <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC-BY-NC-SA 4.0</a>.
      </div>
      <div id="imprint-info">
           <a href="/imprint">Impressum und Haftungsausschluss und Datenschutzerklärung</a>.
      </div>
    </footer>
  </body>
</html>