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