From 83a45bcc1986c9ea1a9d8626c7d199b1f90964fa Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 9 Nov 2022 19:59:41 +0400 Subject: Moved navigation links to the config Signed-off-by: Valentin Popov --- config.toml | 2 ++ templates/base.html | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index b9048a1..835c1dd 100644 --- a/config.toml +++ b/config.toml @@ -89,3 +89,5 @@ contacts = [ links = [ { title = "Nokia N900 archives", url = "https://disk.yandex.ru/d/L-NZ3c4qc7Uizw", description = "Official firmware, tools and images for N900." }, ] + +navbar = [{ title = "Home", path = "/" }, { title = "Blog", path = "/blog" }] diff --git a/templates/base.html b/templates/base.html index 4f3f436..efdf072 100644 --- a/templates/base.html +++ b/templates/base.html @@ -21,8 +21,10 @@