summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <matt@matthewlemon.com>2022-07-18 21:38:05 +0100
committerMatthew Lemon <matt@matthewlemon.com>2022-07-18 21:38:05 +0100
commit3a362ab91b53dac61c5337d15cab587a9331d11d (patch)
tree8e014dd7c3be57432cb0d9d58aa63af83cce6ed7
parentbc66e6f72bd97e70e6ce751ae00778b9183eebb1 (diff)
solved the pipe in the menu problem!
-rw-r--r--config.toml15
-rw-r--r--content/reading/18_july_22.md2
2 files changed, 11 insertions, 6 deletions
diff --git a/config.toml b/config.toml
index 0f877ac..e77a6a1 100644
--- a/config.toml
+++ b/config.toml
@@ -17,38 +17,43 @@ pygmentsUseClasses = true
[menu]
[[menu.main]]
identifier = "blog"
- name = "blog"
+ name = "Blog"
title = "blog"
url = "/blog/"
weight = 10
+ pre = '| '
[[menu.main]]
identifier = "about"
- name = "about"
+ name = "About"
title = "about"
url = "/about/"
weight = 20
+ pre = '| '
[[menu.main]]
identifier = "reading"
- name = "reading"
+ name = "Reading"
title = "Reading"
url = "/reading/"
weight = 20
+ pre = '| '
[[menu.main]]
identifier = "tags"
- name = "tags"
+ name = "Tags"
title = "Tags"
url = "/tags/"
weight = 20
+ pre = '| '
[[menu.main]]
identifier = "categories"
- name = "categories"
+ name = "Categories"
title = "Categories"
url = "/categories/"
weight = 20
+ pre = '| '
[permalinks]
posts = "/:title/"
diff --git a/content/reading/18_july_22.md b/content/reading/18_july_22.md
index b5fc531..23672fe 100644
--- a/content/reading/18_july_22.md
+++ b/content/reading/18_july_22.md
@@ -1,5 +1,5 @@
---
-title: "18 July 22"
+title: "18 July 2022"
date: 2022-07-18T19:52:02+01:00
draft: false
---