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/category_index.html | 11 -------- _site_build/_layouts/default.html | 46 -------------------------------- _site_build/_layouts/post.html | 41 ---------------------------- 3 files changed, 98 deletions(-) delete mode 100644 _site_build/_layouts/category_index.html delete mode 100644 _site_build/_layouts/default.html delete mode 100644 _site_build/_layouts/post.html (limited to '_site_build/_layouts') diff --git a/_site_build/_layouts/category_index.html b/_site_build/_layouts/category_index.html deleted file mode 100644 index 61a79a8..0000000 --- a/_site_build/_layouts/category_index.html +++ /dev/null @@ -1,11 +0,0 @@ ---- -layout: default -robots: follow, noindex, noodp, noydir, noarchive -show_comment_counts: true ---- -
-

{{ page.title }}

- {% for post in site.categories[page.category] %} - {% include post_excerpt.html %} - {% endfor %} -
diff --git a/_site_build/_layouts/default.html b/_site_build/_layouts/default.html deleted file mode 100644 index 264ad87..0000000 --- a/_site_build/_layouts/default.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - {% include head.html %} - - -
- -
-
- {{ content }} -
-
- {% include sidebar.html %} -
-
- -
-{% if site.production and site.google_ua %} - {% include javascript/google_analytics.html %} -{% endif %} -{% if page.google_plus %} - {% include javascript/google_plus.html %} -{% endif %} -{% if page.twitter_share %} - {% include javascript/twitter.html %} -{% endif %} -{% if page.facebook_like %} - {% include javascript/facebook.html %} -{% endif %} -{% if (page.comments or page.show_comment_counts) and site.disqus_shortname %} - {% include javascript/disqus.html %} -{% endif %} - - 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