From 45d95578b02ce1b0852363cd3afbd254e40f681f Mon Sep 17 00:00:00 2001 From: Alec Maier Date: Wed, 11 Sep 2019 01:34:47 -0400 Subject: [PATCH] Re-added jekyll theme --- _layouts/default.html | 65 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 _layouts/default.html diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..369bf4d --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,65 @@ + + + + + + + + {% 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 %} + +