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 08:08:54 +0300
committerDerek Severin <severinderek@gmail.com>2019-02-10 08:08:54 +0300
commit3e61c8a43910d27b1cfa511158a73d634f824d9f (patch)
treecb56e02cde87bc219f53e9d33068078f309fd10e
parent6df1f70458d1747813c3e8887487d206fa76a01e (diff)
Image gallery: removed 'share' button
-rw-r--r--layouts/shortcodes/load-photoswipe.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/shortcodes/load-photoswipe.html b/layouts/shortcodes/load-photoswipe.html
index 4b3bfad..b4dc61c 100644
--- a/layouts/shortcodes/load-photoswipe.html
+++ b/layouts/shortcodes/load-photoswipe.html
@@ -46,7 +46,9 @@ Documentation and licence at https://github.com/liwenyip/hugo-easy-gallery/
<!-- Controls are self-explanatory. Order can be changed. -->
<div class="pswp__counter"></div>
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
+<!--
<button class="pswp__button pswp__button--share" title="Share"></button>
+-->
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
<button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
<!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR -->