bingus-blog/templates/footer.hbs
2024-12-16 01:49:12 +03:00

21 lines
582 B
Handlebars

running <a href="{{bingus_info.repository}}" target="_blank">{{bingus_info.name}}</a> v{{bingus_info.version}}
{{#if rendered_in}}
<b> - </b>
{{/if}}
{{#each rendered_in}}
{{#if (eq @key "ParsedAndRendered")}}
<span class="tooltipped" title="parsing took {{duration this.1}}">parsed</span>
and
<span class="tooltipped" title="rendering took {{duration this.2}}">rendered</span>
in
{{duration this.0}}
{{else if (eq @key "Cached")}}
retrieved from cache in
{{duration this}}
{{/if}}
{{/each}}
{{#if raw_name}}
-
<a href="/posts/{{raw_name}}">view raw</a>
{{/if}}