From afaa48b03c8d9dcbc7bbce47b94ec6bdd2da3502 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 26 Dec 2020 23:37:48 +0100 Subject: Improved CSS variable names, improved script variable names, added initial support for finding child pages --- content/blog/index.md | 4 ++-- content/blog/test1.md | 0 content/blog/test2/index.md | 0 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 content/blog/test1.md create mode 100644 content/blog/test2/index.md (limited to 'content/blog') diff --git a/content/blog/index.md b/content/blog/index.md index 486c57b..d6de86f 100644 --- a/content/blog/index.md +++ b/content/blog/index.md @@ -1,6 +1,6 @@ --- -id: "blog" -title: "Blog" +id: blog +title: Blog --- # Blog diff --git a/content/blog/test1.md b/content/blog/test1.md new file mode 100644 index 0000000..e69de29 diff --git a/content/blog/test2/index.md b/content/blog/test2/index.md new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3-70-g09d2