diff --git a/config.toml b/config.toml index 5286e75..73035a2 100644 --- a/config.toml +++ b/config.toml @@ -21,7 +21,6 @@ nav = [ {title = "Index", path = "/"}, {title = "About", path = "/about/"}, {title = "Search", path = "/posts/"}, - {title = "Categories", path = "/categories/", mobile_only = true} ] latest_posts_count = 3 repository_url = "https://git.0x45.cz/em/em.0x45.cz" diff --git a/sass/style.scss b/sass/style.scss index afc8d89..3272738 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -102,7 +102,6 @@ nav { text-decoration: none; } } - li.mobile-only { display: none } } } @@ -224,7 +223,6 @@ a { justify-content: center; flex-wrap: wrap; } - ul li.mobile-only { display: list-item } span.title { display: none } } diff --git a/templates/index.html b/templates/index.html index 9682e33..d5cdf24 100644 --- a/templates/index.html +++ b/templates/index.html @@ -26,11 +26,7 @@ Navigation Categories