diff options
Diffstat (limited to 'layouts/partials/scripts.html')
-rw-r--r-- | layouts/partials/scripts.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index 839a87a..1a8a28c 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -1,3 +1,12 @@ +<!-- init zoomable images --> +<script> + $(function () { + mediumZoom('.img-zoomable', { + margin: 32 + }); + }); +</script> + <!-- utterances comment loading indicator --> {{ if and (.IsPage) (.Site.Params.utterancesRepo) }} <script> |