summaryrefslogtreecommitdiffstats
path: root/docs/_layouts/post.html
blob: 6deec42fc9ea0242571e3fc69428147200a27529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
layout: default
---

<div class="post">

    <header class="post-header">
        <h1 class="post-title">{{ page.title }}</h1>
    </header>

    <article class="post-content">
        {{ content }}
    </article>

    <script src="/assets/js/codeblock.js"></script>

</div>