mirror of
https://github.com/kirsle/kirsle.net
synced 2024-12-22 15:09:29 +00:00
Page duration in the Go template
This commit is contained in:
parent
27214d96fc
commit
445c53b219
|
@ -65,7 +65,7 @@
|
||||||
<div class="k-copyright">
|
<div class="k-copyright">
|
||||||
Copyright © {{ Now.Format "2006" }} Noah Petherbridge — All rights reserved<br>
|
Copyright © {{ Now.Format "2006" }} Noah Petherbridge — All rights reserved<br>
|
||||||
Hosted by <a href="https://www.digitalocean.com/?refcode=ea01734d3fc7">DigitalOcean</a><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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user