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/default.html | 46 --------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 _site_build/_layouts/default.html (limited to '_site_build/_layouts/default.html') 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 %} - - -- cgit v1.2.3-13-gbd6f