Re-add the date to the navigation
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user