2020-01-12 14:14:15 +01:00
|
|
|
<footer id="footer">
|
|
|
|
<div class="outer">
|
|
|
|
<div id="footer-info" class="inner">
|
2020-01-12 21:05:46 +01:00
|
|
|
<footer id="footer-left">
|
2020-01-12 21:19:32 +01:00
|
|
|
© {{ now.Format "2006" }} <a href="https://git.paulbsd.com/paulbsd">paulbsd</a>. <br>
|
2024-04-28 17:48:24 +02:00
|
|
|
{{ with .Site.Params.copyright }}{{ . | markdownify }}{{ end }}
|
2020-01-12 21:05:46 +01:00
|
|
|
</footer>
|
2024-04-28 17:48:24 +02:00
|
|
|
<footer id="footer-right">Your IP address: <a id="dip" target="_blank" href=""></a></footer>
|
2020-01-12 14:14:15 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2023-09-14 16:05:41 +02:00
|
|
|
<script src="{{ .Site.BaseURL }}/js/main.js"></script>
|
|
|
|
<script src="{{ .Site.BaseURL }}/bower_components/jquery/dist/jquery.min.js"></script>
|
2024-04-28 17:48:24 +02:00
|
|
|
<script src="{{ .Site.BaseURL }}/bower_components/jquery.hotkeys/jquery.hotkeys.js"></script>
|
2020-06-06 02:32:29 +02:00
|
|
|
</footer>
|