summaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
authorcylexVEVO <nexergamingofficial@gmail.com>2019-02-26 19:44:15 -0500
committercylexVEVO <nexergamingofficial@gmail.com>2019-02-26 19:44:15 -0500
commitaadc05c21ba13f4aa8a5629d032878dba661d105 (patch)
tree5d3f36eaf1d82833b966178307467be0e0b0a800 /_layouts/post.html
parent0bfdc245ee2bb782ff3a83858c64f3058dba5b8d (diff)
downloadsilicon-linux-aadc05c21ba13f4aa8a5629d032878dba661d105.tar.gz
silicon-linux-aadc05c21ba13f4aa8a5629d032878dba661d105.tar.bz2
silicon-linux-aadc05c21ba13f4aa8a5629d032878dba661d105.zip
Website rewrite
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
deleted file mode 100644
index b677e64..0000000
--- a/_layouts/post.html
+++ /dev/null
@@ -1,19 +0,0 @@
----
----
-
-<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>