12 lines
479 B
HTML
12 lines
479 B
HTML
<footer id="footer">
|
|
<div class="outer">
|
|
<div id="footer-info" class="inner">
|
|
<footer id="footer-left">
|
|
© {{ 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">{{ "{{" }} dipjson.ip {{ "}}" }}/{{ "{{" }} dipjson.hostname {{ "}}" }}</a></footer>
|
|
</div>
|
|
</div>
|
|
</footer>
|