summaryrefslogtreecommitdiff
path: root/_layouts/post.html
blob: a9edd82f379294ff882b6b862fc8b385de0f5b40 (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 }} | Silicon Linux Blog</TITLE>
  </HEAD>
<BODY>
  {% include navigator.html %}

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

  {{ content }}

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