Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kc0bfv/autophugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/_default/list.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 1a9786a..3eade04 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -63,7 +63,6 @@
{{- end }}
{{- $imgglob := default "*" ($.Scratch.Get "imgglob") }}
{{- $imageresources := where (resources.Match $imgglob) "ResourceType" "image" }}
- {{- $TODO_DELETE_images := $imageresources }}
{{- /* Build some image objects */}}
{{- $.Scratch.Set "images" (slice) }}