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:
parent
8f8a753667
commit
7f17501c57
@ -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}}'
|
||||
|
Loading…
Reference in New Issue
Block a user