1
0
mirror of https://github.com/sjlongland/tornado-gallery.git synced 2025-09-13 08:42:23 +10:00

generator template: Fix broken link on HREF

This commit is contained in:
Stuart Longland 2018-04-19 15:18:58 +10:00
parent 8f8a753667
commit 7f17501c57
Signed by: stuartl
GPG Key ID: 6AA32EFB18079BAA

View File

@ -88,7 +88,7 @@ body {
src: curr_img.src,
width: curr_img.width,
height: curr_img.height,
href: '{{site_uri}}'
href: '{{site_uri}}/'
+ gallery.name
+ '/' + photo
+ '/photo.html?{{page_query}}'