From 7130402cfecc196ce79c8f07a9dba71974f085e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 7 Jun 2020 18:24:25 +0200 Subject: Add history page --- modules/private/websites/immae/history/index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 modules/private/websites/immae/history/index.html (limited to 'modules/private/websites/immae/history/index.html') diff --git a/modules/private/websites/immae/history/index.html b/modules/private/websites/immae/history/index.html new file mode 100644 index 0000000..e9226e4 --- /dev/null +++ b/modules/private/websites/immae/history/index.html @@ -0,0 +1,18 @@ +--- +layout: default +permalink: / +pagination: + permalink: /page/:num/ + enabled: true + indexpage: 'index' +--- +
+{% for post in paginator.posts %} + {% include post.html title=post.title category=post.category url=post.url date=post.date content=post.content %} +
+{% endfor %} + + {% if paginator.next_page %} + Load More Updates + {% endif %} +
\ No newline at end of file -- cgit v1.2.3