docs: add autogenerated date to footer

This commit is contained in:
Nick Craig-Wood 2020-05-22 11:20:12 +01:00
parent 79b011305e
commit d08e1616a7
1 changed files with 15 additions and 14 deletions

View File

@ -1,14 +1,15 @@
<footer>
<div class="row">
<div class="col-md-10">
<div class="card card-body">
<p>&copy; <a href="https://www.craig-wood.com/nick/">Nick Craig-Wood</a> 2014-2020<br>
Website hosted on a <a href="https://www.memset.com/dedicated-servers/vps/"><span style="font-weight: bold; font-family: arial black, arial, sans-serif; font-style: italic;">MEMSET CLOUD VPS</span></a>,
uploaded with <a href="https://rclone.org">rclone</a>
and built with <a href="https://github.com/spf13/hugo">Hugo</a>.
Logo by <a href="https://twitter.com/andy23">@andy23</a>.
</p>
</div>
</div>
</div>
</footer>
<footer>
<div class="row">
<div class="col-md-10">
<div class="card card-body">
<p style="font-size: 90%;">
&copy; <a href="https://www.craig-wood.com/nick/">Nick Craig-Wood</a> 2014-{{ now.Format "2006" }}<br>
Website hosted on a <a href="https://www.memset.com/dedicated-servers/vps/"><span style="font-weight: bold; font-family: arial black, arial, sans-serif; font-style: italic;">MEMSET CLOUD VPS</span></a>,
uploaded with <a href="https://rclone.org">rclone</a>
and built with <a href="https://github.com/spf13/hugo">Hugo</a>.
Logo by <a href="https://twitter.com/andy23">@andy23</a>.
</p>
</div>
</div>
</div>
</footer>