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

github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Severin <severinderek@gmail.com>2019-02-10 07:43:39 +0300
committerDerek Severin <severinderek@gmail.com>2019-02-10 07:43:39 +0300
commitae37e19238d9332add3681d5de13bc70151008a7 (patch)
tree878ef4603467b20dadbeb0476e88080f336b9e1d /layouts/_default/single.html
parentd25f12ef11143936246efe7c5b1b600ee34773b9 (diff)
Added image gallery - modified from 'liwenyip' hugo-easy-gallery
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 8b606f5..d4cdf05 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -22,6 +22,7 @@
</div>
{{ end }}
+{{/*
{{ $images := .Resources.Match "images/*" }}
{{ if gt (len $images) 0 }}
<ul class="images-list" aria-hidden="true">
@@ -40,6 +41,7 @@
{{ end }}
</ul>
{{ end }}
+*/}}
{{ end }}
{{ define "lists" }}