diff --git a/_includes/nav.njk b/_includes/nav.njk
index cbc9d12..0319def 100644
--- a/_includes/nav.njk
+++ b/_includes/nav.njk
@@ -7,11 +7,6 @@
class="home-link">
- {% if tags and tags.includes('posts') and not tags.includes('quiz') and not hideBlogTitleFromHeader%}
-
- {{ metadata.blogName }}
-
- {% endif %}
{%- for entry in collections.all | eleventyNavigation %}
- {{ entry.title }}
diff --git a/public/css/index.css b/public/css/index.css
index 207246a..0f835b4 100644
--- a/public/css/index.css
+++ b/public/css/index.css
@@ -1056,24 +1056,6 @@ ul.taglist {
display: flex;
justify-content: center;
width: 100%;
- }
- nav {
- & > .nav-elements-grid-container {
- & > .nav-elements-container {
- & > .blog-name {
- font-size: var(--step-0);
- }
- & > .home-link {
- }
- & > ul.nav {
- flex-flow: column nowrap;
- gap: 0;
- & li {
- line-height: calc(var(--step-0) * 0.25 + var(--step-0));
- }
- }
- }
- }
}
.postlist {
& .postlist-item-container {