diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-04-19 21:02:44 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-04-19 21:02:44 +0200 |
commit | 715ff2975cde91f3741854b93d500a70ae5e3999 (patch) | |
tree | 8edf8efd985a19c714956131b5c4e438503fa5e0 /share/html_end | |
parent | ae6583a2826d9eba17408e557f523e4f5ae40038 (diff) |
improve EXIF tag format; add download link
Diffstat (limited to 'share/html_end')
-rw-r--r-- | share/html_end | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/html_end b/share/html_end index a080491..1306429 100644 --- a/share/html_end +++ b/share/html_end @@ -1,6 +1,8 @@ </div> <script type="text/javascript">//<![CDATA[ - const lightbox = GLightbox(); + const lightbox = GLightbox({ + moreLength: 0 + }); //]]></script> </body> </html> |