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:
authorKarl <kc0bfv@gmail.com>2022-05-23 05:17:41 +0300
committerKarl <kc0bfv@gmail.com>2022-05-23 05:17:41 +0300
commitef9739332ba4db1ec284036ad96b3662d1140a6b (patch)
tree7da27e327ca70d2d4015010deda6e686cadbbcb5
parent207912cf378af00dfd70f45b9df56f26ccbc16dd (diff)
Remove unused line
-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) }}