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 f0aed82 commit 6c53cf8Copy full SHA for 6c53cf8
templates/base/footer_content.tmpl
@@ -12,8 +12,7 @@
12
{{end}}
13
{{if and .TemplateLoadTimes ShowFooterTemplateLoadTime}}
14
{{.locale.Tr "page"}}: <strong>{{LoadTimes .PageStartTime}}</strong>
15
- {{.locale.Tr "template"}}
16
- {{if .TemplateName}} {{.TemplateName}}{{end}}: <strong>{{call .TemplateLoadTimes}}</strong>
+ {{.locale.Tr "template"}}{{if .TemplateName}} {{.TemplateName}}{{end}}: <strong>{{call .TemplateLoadTimes}}</strong>
17
18
</div>
19
<div class="ui right links">
0 commit comments