We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18727df commit a56fcdfCopy full SHA for a56fcdf
1 file changed
templates/base/footer_content.tmpl
@@ -10,7 +10,7 @@
10
{{AppVer}}
11
{{end}}
12
13
- {{if ShowFooterTemplateLoadTime}}
+ {{if and .TemplateLoadTimes ShowFooterTemplateLoadTime}}
14
{{.i18n.Tr "page"}}: <strong>{{LoadTimes .PageStartTime}}</strong>
15
{{.i18n.Tr "template"}}
16
{{if .TemplateName}} {{.TemplateName}}{{end}}: <strong>{{call .TemplateLoadTimes}}</strong>
0 commit comments