mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Pagination
I hate math
This commit is contained in:
parent
f33842ead3
commit
a46192566f
6 changed files with 108 additions and 15 deletions
|
@ -1,5 +1,6 @@
|
|||
{% extends 'layout.html' %}
|
||||
{% block wrapper_class %}image-wrapper{% endblock %}
|
||||
{% block page_index %}
|
||||
{% if return_page > 1 %}?page={{ return_page }}{% endif %}{% endblock %}
|
||||
{% block head %}
|
||||
<meta property="og:image" content="{{ url_for('api.file', file_name=image.filename) }}"/>
|
||||
<meta name="theme-color" content="rgb({{ image.colours.0.0 }}{{ image.colours.0.1 }}{{ image.colours.0.2 }})"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue