aboutsummaryrefslogtreecommitdiff
path: root/_layouts/post.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/post.html')
-rw-r--r--_layouts/post.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
deleted file mode 100644
index 5c49cba..0000000
--- a/_layouts/post.html
+++ /dev/null
@@ -1,21 +0,0 @@
----
-layout: default
----
-
-<div style="text-align: center;">
- <h1>{{- page.title | default: site.title | strip | normalize_whitespace | xml_escape -}}</h1>
-
- <p>
- <small>
- Posted
- <time datetime="{{- page.date | date_to_xmlschema | xml_escape -}}">{{- page.date | date: '%B %e, %Y' | strip | normalize_whitespace | xml_escape -}}</time>
- {%- include author.html -%}
- &hyphen;
- <strong>{%- include reading-time.html -%}</strong>
- </small>
- </p>
-</div>
-
-{{- content -}}
-
-{%- include comments.html -%} \ No newline at end of file