Page duration in the Go template

master
Noah 2017-12-23 13:20:13 -08:00
父節點 27214d96fc
當前提交 445c53b219
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

@ -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>