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>