diff options
| author | eatradish <sakiiily@aosc.io> | 2022-04-11 12:38:55 +0800 |
|---|---|---|
| committer | eatradish <sakiiily@aosc.io> | 2022-04-11 12:38:55 +0800 |
| commit | 1a7c6d7369840a112fb785cf554430069d8a1e2d (patch) | |
| tree | 8d83b25eff18b8c07d7c055d12b7e2708cc51ef6 /templates/home.html | |
| parent | 050e84eda9fce427988c1eb7a6523276d55c67d0 (diff) | |
| download | Seje2-1a7c6d7369840a112fb785cf554430069d8a1e2d.tar.gz Seje2-1a7c6d7369840a112fb785cf554430069d8a1e2d.tar.bz2 Seje2-1a7c6d7369840a112fb785cf554430069d8a1e2d.zip | |
templetes/paginator: new
Diffstat (limited to 'templates/home.html')
| -rw-r--r-- | templates/home.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/home.html b/templates/home.html index 25c3032..a8dc282 100644 --- a/templates/home.html +++ b/templates/home.html @@ -24,6 +24,7 @@ </div> </article> {% endfor %} -{{ paginator.next }} +{# {{ paginator.next }} #} </section> -{% endblock %} +{% include "paginator.html" %} +{% endblock %}
\ No newline at end of file |
