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

28 lines
568 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 }}
<div class="project-footer">
<div>
{% if page.previous != nil %}
<a href="{{ page.previous.url }}">Previous</a>
{% endif %}
</div>
<div>
{% if page.next != nil %}
<a href="{{ page.next.url }}">Next</a>
{% endif %}
</div>
</div>