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:53:44 +0300
committerDerek Severin <severinderek@gmail.com>2019-02-10 07:53:44 +0300
commit6df1f70458d1747813c3e8887487d206fa76a01e (patch)
tree30680b3abdfe2c9c08dfcdb3297715ca9e83013e
parentae37e19238d9332add3681d5de13bc70151008a7 (diff)
Image gallery: set logo images as 'non Photoswipe'
-rw-r--r--layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index d4cdf05..d7172ea 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -6,7 +6,7 @@
{{ if eq .ResourceType "image" }}
{{ $image := .Fit "64x64" }}
<li>
- <figure>
+ <figure class="no-photoswipe">
<img class="logo" src="{{ $image.RelPermalink }}" alt="" title="{{ $image.Title }}">
</figure>
</li>