From 6c889c658ed71bdc18e5b767053530618dcf1759 Mon Sep 17 00:00:00 2001 From: tdro Date: Sun, 22 Jan 2023 02:42:39 -0500 Subject: themes/default/layouts: Tighten up the markup Might be able to get free computation.. --- themes/default/layouts/_default/_markup/render-image.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/default/layouts/_default/_markup/render-image.html') diff --git a/themes/default/layouts/_default/_markup/render-image.html b/themes/default/layouts/_default/_markup/render-image.html index 3767cb8..8f337ad 100644 --- a/themes/default/layouts/_default/_markup/render-image.html +++ b/themes/default/layouts/_default/_markup/render-image.html @@ -108,7 +108,7 @@
{{ $figcaption }} -
+
Index: {{ with $cache }} {{ print "[Cache](" $cache ")" | markdownify }} · {{ end }} {{ print "[Source](" $source ")" | markdownify }}
-- cgit v1.2.3