diff options
| author | Volpeon <git@volpeon.ink> | 2021-11-13 18:03:55 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2021-11-13 18:03:55 +0100 |
| commit | c20ea9f6922557db29061a5d53c067ab20c734b9 (patch) | |
| tree | 8db62241b809d73c51f9e7f8c3189638d9700c88 /content/projects | |
| parent | Fix persistent scrollbar (diff) | |
| download | volpeon.ink-c20ea9f6922557db29061a5d53c067ab20c734b9.tar.gz volpeon.ink-c20ea9f6922557db29061a5d53c067ab20c734b9.tar.bz2 volpeon.ink-c20ea9f6922557db29061a5d53c067ab20c734b9.zip | |
Improved list generation, remove index template
Diffstat (limited to 'content/projects')
| -rw-r--r-- | content/projects/emojis/index.md | 1 | ||||
| -rw-r--r-- | content/projects/index.md | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/content/projects/emojis/index.md b/content/projects/emojis/index.md index f650b2e..01054aa 100644 --- a/content/projects/emojis/index.md +++ b/content/projects/emojis/index.md | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: Emojis | 2 | title: Emojis |
| 3 | icon: smile | 3 | icon: smile |
| 4 | layout: list | ||
| 5 | list_grid: true | 4 | list_grid: true |
| 6 | --- | 5 | --- |
diff --git a/content/projects/index.md b/content/projects/index.md index 8aa8f96..c79f803 100644 --- a/content/projects/index.md +++ b/content/projects/index.md | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: Projects | 2 | title: Projects |
| 3 | layout: categorized_list | ||
| 4 | list_grid: true | 3 | list_grid: true |
| 4 | list_icon: icon-arrow-right | ||
| 5 | --- | 5 | --- |
