Re-add the date to the navigation

This commit is contained in:
2025-12-15 16:38:48 -08:00
parent 27d35ab7e7
commit e5331ca889
2 changed files with 10 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ layout: default
<div class="project-header">
<div class="breadcrumb-wrapper">
<a href="/blog">All technotes</a>
<p>//</p>
<p>{{ page.date | date: "%Y.%m.%d" }}</p>
</div>
<h1>{{ page.title }}</h1>
</div>

View File

@@ -126,8 +126,16 @@
left: 0;
bottom: 100%;
margin-bottom: 0.5rem;
display: flex;
flex-direction: row;
gap: 8px;
}
.project-header .breadcrumb-wrapper a {
display: inline-block;
}
.project-header .breadcrumb-wrapper p {
margin: 0;
display: inline-block;
}