Files
brendan-ch.github.io/_layouts/post.html

15 lines
267 B
HTML

---
layout: default
---
<div class="project-header">
<div class="breadcrumb-wrapper">
<a href="/notes">All (Tech)notes</a>
<p>//</p>
<p>{{ page.date | date: "%Y.%m.%d" }}</p>
</div>
<h1>{{ page.title }}</h1>
</div>
{{ content }}