1
0

Better aside navigation responsivity

This commit is contained in:
2022-06-06 23:19:09 +02:00
parent 639d1744b1
commit 6ab6193662
3 changed files with 24 additions and 3 deletions

View File

@ -19,7 +19,8 @@ smart_punctuation = true
nav = [
{title = "Index", path = "/"},
{title = "About", path = "/about/"},
{title = "All posts", path = "/posts/"}
{title = "Posts", path = "/posts/"},
{title = "Categories", path = "/categories/", mobile_only = true}
]
latest_posts_count = 3
repository_url = "https://git.microlab.space/em/em.0x45.cz"