From 3f05e1e592ba91fccc06b745f0b31a10ab2a1391 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 19 Jul 2022 06:36:27 +0100 Subject: added downloadable roboto font and change styling --- config.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index e77a6a1..7422107 100644 --- a/config.toml +++ b/config.toml @@ -21,7 +21,7 @@ pygmentsUseClasses = true title = "blog" url = "/blog/" weight = 10 - pre = '| ' + post = '| ' [[menu.main]] identifier = "about" @@ -29,7 +29,15 @@ pygmentsUseClasses = true title = "about" url = "/about/" weight = 20 - pre = '| ' + post = '| ' + + [[menu.main]] + identifier = "categories" + name = "Categories" + title = "Categories" + url = "/categories/" + weight = 20 + post = '| ' [[menu.main]] identifier = "reading" @@ -37,7 +45,7 @@ pygmentsUseClasses = true title = "Reading" url = "/reading/" weight = 20 - pre = '| ' + post = '| ' [[menu.main]] identifier = "tags" @@ -45,15 +53,7 @@ pygmentsUseClasses = true title = "Tags" url = "/tags/" weight = 20 - pre = '| ' - [[menu.main]] - identifier = "categories" - name = "Categories" - title = "Categories" - url = "/categories/" - weight = 20 - pre = '| ' [permalinks] posts = "/:title/" -- cgit v1.2.3