Fix generate_site.py.
This commit is contained in:
parent
0ea84744e4
commit
8b8035f54a
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class Album:
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% if remaining > 0 %}
|
{% if remaining > 0 %}
|
||||||
<p class="morelink"><a href="{{album_path}}{{next_after_more.link}}">{{remaining}} more</a></p>
|
<p class="morelink"><a href="{{album_path}}{{next_after_more.anchor}}">{{remaining}} more</a></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</article>
|
</article>
|
||||||
''').render(
|
''').render(
|
||||||
|
|
Loading…
Reference in a new issue