aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2023-08-30 14:05:19 +0300
committerValentin Popov <valentin@popov.link>2023-08-30 14:05:19 +0300
commitde7fa77b9c7935bf2bc270335390bc180c2e7f90 (patch)
tree275d311212b8f10fdc812e7b2b3fa36e98f13990
parent85d44f768e83d1e2d5e95a15d2bb52165ba67cca (diff)
downloadpopov.link-de7fa77b9c7935bf2bc270335390bc180c2e7f90.tar.xz
popov.link-de7fa77b9c7935bf2bc270335390bc180c2e7f90.zip
Fixed link to the blog post list
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 612203a..c20d599 100644
--- a/config.toml
+++ b/config.toml
@@ -108,5 +108,5 @@ links = [
navbar = [
{ title = "Home", path = "/" },
- { title = "Blog", path = "/blog" },
+ { title = "Blog", path = "/blog/" },
]