website/themes/hugo-theme-wave/layouts/partials/footer.html
Paul Lecuq ca3719a6e5
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
updated dipjson management
2020-05-03 13:00:08 +02:00

12 lines
442 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">{{ "{{" }} returnstring {{ "}}" }}</a></footer>
</div>
</div>
</footer>