summaryrefslogtreecommitdiffstats
path: root/layouts/partials/footer.html
blob: da5ef8a3ec491a9d9e4ff9e3f89893df6f1cac89 (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
25
<footer>
  <p class="social">
    <a href="https://github.com/ymherklotz"><i class="fab fa-github"></i></a>
    <a href="https://gitlab.com/ymherklotz"><i class="fab fa-gitlab"></i></a>
    <a href="https://linkedin.com/in/yannherklotz"><i class="fab fa-linkedin-in"></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">
    &#169; 2019-2021 Yann Herklotz
  </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 }}