diff options
| author | Volpeon <git@volpeon.ink> | 2021-01-07 08:50:48 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2021-01-07 08:50:48 +0100 |
| commit | ad478954cf77842364d03e1d5ee85e366e699ee7 (patch) | |
| tree | 90359dfec83694a758878b37510d9dca1493ef43 /content/blog | |
| parent | Improved subpage organization code in metadata filter (diff) | |
| download | volpeon.ink-ad478954cf77842364d03e1d5ee85e366e699ee7.tar.gz volpeon.ink-ad478954cf77842364d03e1d5ee85e366e699ee7.tar.bz2 volpeon.ink-ad478954cf77842364d03e1d5ee85e366e699ee7.zip | |
Improved general structure, resolve category name in metadata filter, added hideable nav items, added header for page layout
Diffstat (limited to 'content/blog')
| -rw-r--r-- | content/blog/index.md | 4 | ||||
| -rw-r--r-- | content/blog/test1.md | 2 | ||||
| -rw-r--r-- | content/blog/test2/index.md | 2 |
3 files changed, 1 insertions, 7 deletions
diff --git a/content/blog/index.md b/content/blog/index.md index 1053dc2..6668eba 100644 --- a/content/blog/index.md +++ b/content/blog/index.md | |||
| @@ -1,7 +1,5 @@ | |||
| 1 | --- | 1 | --- |
| 2 | title: Blog | 2 | title: Blog |
| 3 | 3 | layout: dated_list | |
| 4 | create_feed: true | 4 | create_feed: true |
| 5 | --- | 5 | --- |
| 6 | |||
| 7 | # Blog | ||
diff --git a/content/blog/test1.md b/content/blog/test1.md index 05c2b2d..943570c 100644 --- a/content/blog/test1.md +++ b/content/blog/test1.md | |||
| @@ -3,5 +3,3 @@ date: 2020-12-25 | |||
| 3 | title: Test Page 1 | 3 | title: Test Page 1 |
| 4 | category: tes | 4 | category: tes |
| 5 | --- | 5 | --- |
| 6 | |||
| 7 | # Test Page 1 | ||
diff --git a/content/blog/test2/index.md b/content/blog/test2/index.md index 9d1ebd2..aee4641 100644 --- a/content/blog/test2/index.md +++ b/content/blog/test2/index.md | |||
| @@ -4,8 +4,6 @@ title: Test Page 2 | |||
| 4 | category: per | 4 | category: per |
| 5 | --- | 5 | --- |
| 6 | 6 | ||
| 7 | # Test Page 2 | ||
| 8 | |||
| 9 | ``` | 7 | ``` |
| 10 | - /----\ | 8 | - /----\ |
| 11 | - | | | 9 | - | | |
