summaryrefslogtreecommitdiff
path: root/_layouts/post.html
blob: b677e64c4119482f0ba439cf4e8a82daa9f9de74 (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 }} | By: {{ page.author }}</b></p>

    {{ content }}

    {% include footer.html %}
  </body>
</html>