Remove blog name
This commit is contained in:
@@ -7,11 +7,6 @@
|
||||
class="home-link">
|
||||
<svg class="logo" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 8.467 8.467"><path d="M23.248 20.452v6.444c0 1.12.902 2.023 2.023 2.023h4.421c1.12 0 2.023-.902 2.023-2.023v-4.421c0-1.12-.902-2.023-2.023-2.023h-6.444m1.516 1.924q.102.007.255.013a8 8 0 0 0 .848-.013l2.39 3.18V23.32q0-.313-.039-.478a.36.36 0 0 0-.165-.243q-.128-.076-.402-.095v-.128a18 18 0 0 0 .676.02 8 8 0 0 0 .567-.02v.128a.65.65 0 0 0-.312.095.36.36 0 0 0-.147.23 2.3 2.3 0 0 0-.032.44v3.638a1.712 1.712 0 0 0-.268 0l-2.734-3.715v2.753q0 .306.039.478.037.165.166.242.134.07.401.096v.127a3 3 0 0 0-.312-.013 11 11 0 0 0-.676 0q-.153 0-.255.013v-.127a.7.7 0 0 0 .312-.096.34.34 0 0 0 .141-.23q.038-.159.038-.44v-2.943q0-.236-.038-.344a.21.21 0 0 0-.14-.153.9.9 0 0 0-.313-.051zm5.092 3.671a.5.5 0 0 1 .357.128q.14.127.14.337t-.14.338a.5.5 0 0 1-.357.127.52.52 0 0 1-.363-.127.45.45 0 0 1-.134-.338q0-.21.134-.337a.52.52 0 0 1 .363-.128" style="fill-opacity:1;" transform="translate(-23.248 -20.452)"/></svg>
|
||||
</a>
|
||||
{% if tags and tags.includes('posts') and not tags.includes('quiz') and not hideBlogTitleFromHeader%}
|
||||
<a class="blog-name" href="/blog">
|
||||
{{ metadata.blogName }}
|
||||
</a>
|
||||
{% endif %}
|
||||
<ul class="nav">
|
||||
{%- for entry in collections.all | eleventyNavigation %}
|
||||
<li class="nav-item" {% if entry.url == page.url %} aria-current="page" data-currentpage="true"{% endif %}><a href="{{ entry.url }}">{{ entry.title }}</a></li>
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user