summaryrefslogtreecommitdiffstats
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
new file mode 100644
index 0000000..b42e2d8
--- /dev/null
+++ b/layouts/partials/footer.html
@@ -0,0 +1,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="/atom.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 }}