]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/immae/history/index.html
Put history generator in separate repository
[perso/Immae/Config/Nix.git] / 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
deleted file mode 100644 (file)
index e9226e4..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
----
-layout: default
-permalink: /
-pagination:
-  permalink: /page/:num/
-  enabled: true
-  indexpage: 'index'
----
-<div class="post_list">
-{% for post in paginator.posts %}
-    {% include post.html title=post.title category=post.category url=post.url date=post.date content=post.content %}
-    <hr>
-{% endfor %}
-
-  {% if paginator.next_page %}
-    <a href="{{ paginator.next_page_path | replace: 'index.html', '' | prepend: site.baseurl }}" class="d-block text-center p-3 text-muted next-page">Load More Updates</a>
-  {% endif %}
-</div>
\ No newline at end of file