From 64ce3132a65290b578f1a4e622cbae0f7213341c Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sun, 25 Aug 2019 11:29:46 +0200 Subject: [PATCH] paging --- .gitignore | 1 + layout/category_title.html | 1 + layout/page.html | 4 +- layout/paging.html | 1 + makesite.py | 286 ++++++++++++++++++++++--------------- 5 files changed, 178 insertions(+), 115 deletions(-) create mode 100644 layout/category_title.html create mode 100644 layout/paging.html diff --git a/.gitignore b/.gitignore index 77cf371..075e2ab 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ htmlcov *.sw? .DS_Store venv +.vscode diff --git a/layout/category_title.html b/layout/category_title.html new file mode 100644 index 0000000..700b0dd --- /dev/null +++ b/layout/category_title.html @@ -0,0 +1 @@ +

Catégorie : {{ category }}

\ No newline at end of file diff --git a/layout/page.html b/layout/page.html index 4badc9c..8d4656b 100644 --- a/layout/page.html +++ b/layout/page.html @@ -48,7 +48,7 @@
- {{ banner }} + {{ header }}
@@ -56,6 +56,8 @@
+ {{ footer }} +