diff options
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 21 |
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 -%} - ‐ - <strong>{%- include reading-time.html -%}</strong> - </small> - </p> -</div> - -{{- content -}} - -{%- include comments.html -%}
\ No newline at end of file |