aboutsummaryrefslogtreecommitdiffstats
path: root/themes/ymherklotz/layouts/partials/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/ymherklotz/layouts/partials/footer.html')
-rw-r--r--themes/ymherklotz/layouts/partials/footer.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/themes/ymherklotz/layouts/partials/footer.html b/themes/ymherklotz/layouts/partials/footer.html
new file mode 100644
index 0000000..ceb5229
--- /dev/null
+++ b/themes/ymherklotz/layouts/partials/footer.html
@@ -0,0 +1,25 @@
+<footer>
+ <p class="social">
+ <a href="/docs/ymherklotz.asc.txt"><i class="fas fa-key"></i></a>
+ <a href="https://github.com/ymherklotz"><i class="fab fa-github"></i></a>
+ <a href="https://sr.ht/~ymherklotz"><i class="far fa-circle"></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; 2016-2022 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 }}