website/themes/hugo-theme-wave/layouts/partials/footer.html
Paul Lecuq a9b0f33d9a
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
updated website
2023-07-21 23:30:17 +02:00

24 lines
879 B
HTML

<footer id="footer">
<div class="outer">
<div id="footer-info" class="inner">
<footer id="footer-left">
&copy; {{ now.Format "2006" }} <a href="https://git.paulbsd.com/paulbsd">paulbsd</a>. <br>
{{ with .Site.Params.copyright }}{{ . | markdownify}}{{ end }}
</footer>
<footer id="footer-right">Your IP address : <a id="dip" target="_blank"></a></footer>
</div>
</div>
<script src="{{ .Site.BaseURL }}/js/main.js">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/highlight.min.js">
</script>
<script>
hljs.initHighlightingOnLoad();
</script>
<script type="text/javascript"
src="https://raw.githubusercontent.com/jeresig/jquery.hotkeys/master/jquery.hotkeys.js">
</script>
</footer>