summaryrefslogtreecommitdiff
path: root/_layouts/post.html
blob: 1166a1ff3b2a18e112d04eb79a683101696bb389 (plain)
1
2
3
4
5
6
7
8
9
10
11
{% include header.html %}
<body>
    <div id="website-container">
            {% include nav.html %}
        <h1>{{ page.title }}</h1>
	    <p class="meta">{{ page.author }} | {{ page.date | date_to_long_string }} | {{ page.catagories }}</p>
            {{ content }}
    </div>
{% include footer.html %}
</body>
</html>