From 0ea00daf79daae9b4e0854233ccdbca4122e2152 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Thu, 19 Apr 2018 21:29:42 +0300 Subject: [PATCH] Testing jekyll in docs folder --- docs/_layouts/default.html | 66 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 docs/_layouts/default.html diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html new file mode 100644 index 00000000..406762f2 --- /dev/null +++ b/docs/_layouts/default.html @@ -0,0 +1,66 @@ + + + + + + + +{% 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 %} + +