summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/post.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index d741573..b677e64 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -1,19 +1,19 @@
---
---
-<HTML>
- <HEAD>
+<html>
+ <head>
{% include heading.html %}
- <TITLE>{{ page.title }} | Silicon Linux Blog</TITLE>
- </HEAD>
-<BODY>
- {% include navigator.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>
+ <h1>{{ page.title }}</h1>
+ <p><b>{{ page.date | date_to_string }} | By: {{ page.author }}</b></p>
- {{ content }}
+ {{ content }}
- {% include footer.html %}
-</BODY>
-</HTML>
+ {% include footer.html %}
+ </body>
+</html>