mirror of
https://github.com/sjlongland/tornado-gallery.git
synced 2025-09-13 08:42:23 +10:00
gallery template: Use pseudo-page for photo links.
This commit is contained in:
parent
43661fb8ba
commit
2c04203a30
@ -33,7 +33,7 @@ body {
|
||||
{% set hh = p.thumbheight / 2 %}
|
||||
{% set xpad = 60 - hw %}
|
||||
{% set ypad = 60 - hh %}
|
||||
<a href="{{site_uri}}/{{gallery.name}}/{{p.name}}?{{page_query}}"><img src="{{site_uri}}/{{gallery.name}}/{{p.name}}/thumb.jpg"
|
||||
<a href="{{site_uri}}/{{gallery.name}}/{{p.name}}/photo.html?{{page_query}}"><img src="{{site_uri}}/{{gallery.name}}/{{p.name}}/thumb.jpg"
|
||||
align="absmiddle"
|
||||
width="{{p.thumbwidth}}"
|
||||
height="{{p.thumbheight}}"
|
||||
|
Loading…
Reference in New Issue
Block a user