-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathposts.page
More file actions
34 lines (33 loc) · 898 Bytes
/
posts.page
File metadata and controls
34 lines (33 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# theokrueger.dev index
# (c) theokrueger 2024
# GPL-3.0 Licensed
html:
- !DEF [TITLE, '{TITLE}/posts']
- !DEF [FOOTER_NAME, posts]
- !DEF [SUBTITLE, All Posts Listing]
- !INCLUDE /blocks/head.block
- body:
- !DEF [TITLE_FLAVOUR_ID, generic-flavour]
- !INCLUDE /blocks/footer.block
- !INCLUDE /blocks/title.block
- !DEF [POST_LIST_ONLY, 'true']
# - div:
# - h1: 2025
# - !FOREACH [
# [page],
# [
# !DEF ['LINK_TO_POST', '/post/2025/{page}.html'],
# p: !INCLUDE '/post/2025/{page}.page'
# ],
# [robots/robots],
# ]
- div:
- h1: 2024
- !FOREACH [
[page],
[
!DEF ['LINK_TO_POST', '/post/2024/{page}.html'],
p: !INCLUDE '/post/2024/{page}.page'
],
[genesis],
]