characters
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
<div class="gallery">
|
||||
% if len(gallery) >=2:
|
||||
% for g in gallery[2]:
|
||||
% print(g)
|
||||
% i = g[0].index('.')
|
||||
% thumb = g[0][:i] + 'thumb' + g[0][i:]
|
||||
<a target="_blank" href="/static/img/char/{{gallery[0]}}/{{g[0]}}">
|
||||
|
||||
Reference in New Issue
Block a user