1
0
mirror of https://github.com/kirsle/kirsle.net synced 2024-11-14 04:49:29 +00:00

Page duration in the Go template

This commit is contained in:
Noah 2017-12-23 13:20:13 -08:00
parent 27214d96fc
commit 445c53b219

View File

@ -65,7 +65,7 @@
<div class="k-copyright">
Copyright &copy; {{ Now.Format "2006" }} Noah Petherbridge &mdash; All rights reserved<br>
Hosted by <a href="https://www.digitalocean.com/?refcode=ea01734d3fc7">DigitalOcean</a><br>
Page generated in %time_elapsed%s.
Page generated in {{ printf "%.4f" .RequestDuration.Seconds }}s.
</div>
</div>
</div>