httpx/www/_layouts/page.html
2020-11-05 20:02:55 +00:00

12 lines
199 B
HTML

---
layout: default
---
<div id="breadcrumbs">
<a href="{{ '/' | prepend: site.baseurl }}">Home</a>
</div>
<div class="page">
<h1 class="page-title">{{ page.title }}</h1>
{{ content }}
</div>