summaryrefslogtreecommitdiffstats
path: root/layouts/partials/footer.html
blob: 7c3d4f0e1a2e692f91eccfc52709c8e12ad614fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<footer>
  <p class="social">
    <a href="https://github.com/ymherklotz"><i class="fab fa-github"></i></a>
    <a href="https://sr.ht/~ymherklotz"><i class="fab fa-git"></i></a>
    <a href="https://twitter.com/@ymherklotz"><i class="fab fa-twitter"></i></a>
    <a href="mailto:yann@yannherklotz.com"><i class="fas fa-envelope"></i></a>
    <a href="/index.xml"><i class="fas fa-rss"></i></a>
  </p>
  <div class="generated-by">
    <p>&#169; 2019-2021 Yann Herklotz</p>
    <p>The content is licensed under a <a href="http://creativecommons.org/licenses/by/4.0/">CC BY
    4.0</a> license.</p>
  </div>
</footer>
{{ if .Site.Params.katex }}
<script defer
        src="https://cdn.jsdelivr.net/npm/katex@0.10.0/dist/katex.min.js"
        integrity="sha384-K3vbOmF2BtaVai+Qk37uypf7VrgBubhQreNQe9aGsz9lB63dIFiQVlJbr92dw2Lx"
        crossorigin="anonymous"></script>
<script defer
        src="https://cdn.jsdelivr.net/npm/katex@0.10.0/dist/contrib/auto-render.min.js"
        integrity="sha384-kmZOZB5ObwgQnS/DuDg6TScgOiWWBiVt0plIRkZCmE6rDZGrEOQeHM5PcHi+nyqe"
        crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
{{ end }}