summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
new file mode 100644
index 0000000..a9edd82
--- /dev/null
+++ b/_layouts/post.html
@@ -0,0 +1,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>