aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
blob: d281d5a967b50f740fb87f74b3c9c7062d05ab82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
---

<HTML>
  <HEAD>
    {% include heading.html %}
    <TITLE>{{ page.title }} | {{ site.title }} Blog</TITLE>
  </HEAD>
<BODY>
  {% include navigator.html %}

  <h1>{{ page.title }}</h1>
  <p><b>{{ page.date | date_to_string }} | By: {{ page.author }}</b></p>

  {{ content }}

  {% include footer.html %}
</BODY>
</HTML>