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>2021-11-12 01:57:47 +0300
committerKarl <kc0bfv@gmail.com>2021-11-12 01:57:47 +0300
commit9de0a45668f08acb4a2b691ade80ebae06b3b34b (patch)
treec5ba2379e6f08f50c20c0a7300670c4cc0c5597e /layouts
parent8e85d3255557caa1e8cd06b8599876c49bdf3441 (diff)
Add back the image_number version
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/sect_and_img_content.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/sect_and_img_content.html b/layouts/partials/sect_and_img_content.html
index 5551b2b..40b3af2 100644
--- a/layouts/partials/sect_and_img_content.html
+++ b/layouts/partials/sect_and_img_content.html
@@ -153,6 +153,7 @@
downloadable="{{ cond $downloadable "true" "false" }}"
orig_name="{{ $filename }}"
href="{{ .full.RelPermalink }}">
+ <div id="image_number_{{ .index }}" class="gallery-item-marker"></div>
<img src="{{ .thumb.RelPermalink }}"
{{ with .alt }} alt="{{ . }}"{{ end }}>
</a>