aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
blob: c0c8602cea0d7a3fa64546effc6b16be4c33adc7 (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 }} | Andrew's Website 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>