From 475bb60b51b362ba281fb84ff34375070b260cbb Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 12 May 2021 01:06:12 +0200 Subject: added link to tags --- config.toml | 1 + templates/index.html | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 94e4e3f..41cfe95 100644 --- a/config.toml +++ b/config.toml @@ -17,6 +17,7 @@ highlight_code = true [extra] hyde_links = [ + { url = "$BASE_URL/tags", name = "Tags" }, { url = "https://github.com/johannst", name = "GitHub" }, { url = "https://twitter.com/xjohannst", name = "Twitter" }, ] diff --git a/templates/index.html b/templates/index.html index ad0d413..f0a781e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -42,7 +42,10 @@ -- cgit v1.2.3