24 lines
897 B
HTML
24 lines
897 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">{{ "{{" }} returnstring {{ "}}" }}</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> |