diff options
author | Volpeon <git@volpeon.ink> | 2023-01-10 12:42:16 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2023-01-10 12:42:16 +0100 |
commit | 416436b6a757479de8ce58fd87c4927cb52b541d (patch) | |
tree | 210d1844066982a9022ed69bbf532e7b2d5edcf8 /content/art | |
parent | Improved appearance of related content (diff) | |
download | volpeon.ink-416436b6a757479de8ce58fd87c4927cb52b541d.tar.gz volpeon.ink-416436b6a757479de8ce58fd87c4927cb52b541d.tar.bz2 volpeon.ink-416436b6a757479de8ce58fd87c4927cb52b541d.zip |
Improved list page header
Diffstat (limited to 'content/art')
-rw-r--r-- | content/art/drawings/index.md | 11 | ||||
-rw-r--r-- | content/art/emojis/index.md | 3 | ||||
-rw-r--r-- | content/art/index.md | 4 |
3 files changed, 8 insertions, 10 deletions
diff --git a/content/art/drawings/index.md b/content/art/drawings/index.md index 1627ec5..49bdaf8 100644 --- a/content/art/drawings/index.md +++ b/content/art/drawings/index.md | |||
@@ -1,8 +1,7 @@ | |||
1 | --- | 1 | --- |
2 | title: Drawings | 2 | title: Drawings |
3 | icon: image | 3 | position: 1 |
4 | position: 1 | 4 | list_layout: gallery-3 |
5 | list_layout: gallery-2 | 5 | list_order: date_desc |
6 | list_order: date_desc | 6 | feed: true |
7 | feed: true | ||
8 | --- | 7 | --- |
diff --git a/content/art/emojis/index.md b/content/art/emojis/index.md index a949043..aab53de 100644 --- a/content/art/emojis/index.md +++ b/content/art/emojis/index.md | |||
@@ -1,8 +1,7 @@ | |||
1 | --- | 1 | --- |
2 | title: Emojis | 2 | title: Emojis |
3 | icon: smile | ||
4 | position: 2 | 3 | position: 2 |
5 | list_layout: gallery-2 | 4 | list_layout: gallery-3 |
6 | list_order: date_desc | 5 | list_order: date_desc |
7 | feed: true | 6 | feed: true |
8 | --- | 7 | --- |
diff --git a/content/art/index.md b/content/art/index.md index 3280f79..531798d 100644 --- a/content/art/index.md +++ b/content/art/index.md | |||
@@ -1,10 +1,10 @@ | |||
1 | --- | 1 | --- |
2 | title: Art | 2 | title: Art |
3 | position: 2 | 3 | position: 2 |
4 | list_layout: gallery-2 | 4 | list_layout: gallery-3 |
5 | list_order: date_desc | 5 | list_order: date_desc |
6 | list_flatten: true | 6 | list_flatten: true |
7 | list_limit: 4 | 7 | list_limit: 3 |
8 | feed: true | 8 | feed: true |
9 | --- | 9 | --- |
10 | 10 | ||