From 039d08daf850aacd9916ab9737a090af11e24ba4 Mon Sep 17 00:00:00 2001 From: Michael Czigler <37268479+mcpcpc@users.noreply.github.com> Date: Fri, 16 Oct 2020 07:26:48 -0400 Subject: Delete default.html --- _layouts/default.html | 65 --------------------------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 _layouts/default.html diff --git a/_layouts/default.html b/_layouts/default.html deleted file mode 100644 index 9ed409a..0000000 --- a/_layouts/default.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - -{% seo %} - - - - -
-
-

{{ site.title | default: site.github.repository_name }}

- - {% if site.logo %} - Logo - {% endif %} - -

{{ site.description | default: site.github.project_tagline }}

- - {% if site.github.is_project_page %} -

View the Project on GitHub {{ site.github.repository_nwo }}

- {% endif %} - - {% if site.github.is_user_page %} -

View My GitHub Profile

- {% endif %} - - {% if site.show_downloads %} - - {% endif %} -
-
- - {{ content }} - -
- -
- - {% if site.google_analytics %} - - {% endif %} - - -- cgit v1.2.3