blog/layouts/partials/foot.html

7 lines
313 B
HTML

<div id="partial-footer">
<p class="copyright">
&copy; 2019 - {{ now.Format "2006"}} Adam Veldhousen.
<a href="https://creativecommons.org/licenses/by/3.0/" title="Creative Commons Attribution">Some rights reserved</a>.
Powered by <a href="https://vdhsn.com">Hugo</a>.
</p>
</div>