Revive the "blog" as (Tech)notes

This commit is contained in:
2025-12-15 16:34:22 -08:00
parent bd6ee4e7b5
commit 27d35ab7e7
4 changed files with 14 additions and 12 deletions

View File

@@ -2,12 +2,11 @@
layout: default
---
<link rel="stylesheet" href="/assets/css/blog.css">
<div class="infobar">
<a href="/blog">All posts</a>
<p>{{ page.date | date: "%Y.%m.%d" }}</p>
<div class="project-header">
<div class="breadcrumb-wrapper">
<a href="/blog">All technotes</a>
</div>
<h1>{{ page.title }}</h1>
</div>
{{ content }}