]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - modules/private/websites/immae/history/index.html
Add Denise websites
[perso/Immae/Config/Nix.git] / modules / private / websites / immae / history / index.html
CommitLineData
7130402c
IB
1---
2layout: default
3permalink: /
4pagination:
5 permalink: /page/:num/
6 enabled: true
7 indexpage: 'index'
8---
9<div class="post_list">
10{% for post in paginator.posts %}
11 {% include post.html title=post.title category=post.category url=post.url date=post.date content=post.content %}
12 <hr>
13{% endfor %}
14
15 {% if paginator.next_page %}
16 <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>
17 {% endif %}
18</div>