From e1f06b311652786b2a3c9dd5981bbe9b51383d1a Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Mon, 25 Mar 2019 21:05:35 +0000 Subject: Begining of rebuild. --- _site_build/_layouts/post.html | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete mode 100644 _site_build/_layouts/post.html (limited to '_site_build/_layouts/post.html') diff --git a/_site_build/_layouts/post.html b/_site_build/_layouts/post.html deleted file mode 100644 index df0dcd0..0000000 --- a/_site_build/_layouts/post.html +++ /dev/null @@ -1,41 +0,0 @@ ---- -layout: default ---- -
-
-

{{ page.title }}

- - {% if site.generate_category_indexes and page.categories.size != 0 %} - | Posted in {{ page.categories | category_links }} - {% endif %} - {% if page.comments and site.disqus_shortname %} - | Comments - {% endif %} - {% if site.social_buttons %} - {% include social/buttons.html %} - {% endif %} -
- {{ content }} - - {% if page.comments and site.disqus_shortname %} - - {% endif %} -
-- cgit v1.2.3-13-gbd6f