website/themes/hugo-theme-wave/layouts/partials/footer.html
Paul Lecuq cd66212131
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
small fixes on website
2023-09-14 16:05:41 +02:00

14 lines
687 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="{{ .Site.BaseURL }}/bower_components/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="{{ .Site.BaseURL }}/bower_components/jquery.hotkeys/jquery.hotkeys.js"></script>
</footer>