summaryrefslogtreecommitdiff
path: root/themes/blog.jaseg.de/layouts/partials/footer.html
blob: 9a6f1332bd3bcdaf8a827400beacc7a400e9f264 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
    <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>.<br/>
          <a href="/about">About this blog</a>.
      </div>
    </footer>
  </body>
</html>