From e5331ca889066adf2edd58ca2fd3574169fe11af Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Mon, 15 Dec 2025 16:38:48 -0800 Subject: [PATCH] Re-add the date to the navigation --- _layouts/post.html | 2 ++ assets/css/navigation.css | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/_layouts/post.html b/_layouts/post.html index 2c7ad35..35ed85f 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -5,6 +5,8 @@ layout: default

{{ page.title }}

diff --git a/assets/css/navigation.css b/assets/css/navigation.css index ecb6897..92dbd00 100644 --- a/assets/css/navigation.css +++ b/assets/css/navigation.css @@ -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; +}