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

github.com/chipzoller/hugo-clarity.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Boothe <git@rootwork.org>2022-05-17 23:52:39 +0300
committerIvan Boothe <git@rootwork.org>2022-05-17 23:52:39 +0300
commit15debdd534aaa6521e87e93d93c76b228e9958ee (patch)
tree671a9e4611d6297b3e529ba4c2ab35234af88ab8
parenta16cb00f07a777e35e5f751cfdfab5e123aa339e (diff)
no longer need second image resethandle-non-image-resources
Signed-off-by: Ivan Boothe <git@rootwork.org>
-rw-r--r--layouts/_default/_markup/render-image.html2
-rw-r--r--layouts/partials/image.html2
2 files changed, 0 insertions, 4 deletions
diff --git a/layouts/_default/_markup/render-image.html b/layouts/_default/_markup/render-image.html
index 3094c79..5ca7332 100644
--- a/layouts/_default/_markup/render-image.html
+++ b/layouts/_default/_markup/render-image.html
@@ -30,8 +30,6 @@
{{- else -}}
{{- $image = "" -}}
{{- end -}}
- {{- else -}}
- {{- $image = "" -}}
{{- end -}}
{{- else -}}
{{- $scratch.Add "classes" " image_internal" -}}
diff --git a/layouts/partials/image.html b/layouts/partials/image.html
index 469b116..c9b9662 100644
--- a/layouts/partials/image.html
+++ b/layouts/partials/image.html
@@ -40,8 +40,6 @@
{{- else -}}
{{- $image = "" -}}
{{- end -}}
- {{- else -}}
- {{- $image = "" -}}
{{- end -}}
{{- else -}}
{{- $scratch.Add "classes" " image_internal" -}}