aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
blob: 7a5d3bb662968b5de29de1858639f439694a835c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
---
<!DOCTYPE HTML>
<HTML>
  <HEAD>
    {% include heading.html %}
    <TITLE>{{ page.title }} | {{ site.title }} Blog</TITLE>
  </HEAD>
<BODY>
  {% include navigator.html %}
  <div class="container">
  <h1>{{ page.title }}</h1>
  <p><b>{{ page.date | date_to_string }} | By: {{ page.author }}</b></p>

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