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:
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" }}