Core for the posts section

This commit is contained in:
2024-10-03 02:45:34 +02:00
parent 2439dfa78d
commit 0791f417f3
6 changed files with 80 additions and 1 deletions

View File

@@ -19,6 +19,6 @@ nav_items = [
{name="Home", path="/"},
{name="About", path="/about"},
{name="Projects", path="/projects/"},
#{name="Posts", path="/posts"}
{name="Posts", path="/posts"}
]