From 67fe362ed567800d58abcdd0407e24818a973b76 Mon Sep 17 00:00:00 2001 From: Zachary Klosko <31484611+zklosko@users.noreply.github.com> Date: Sun, 10 May 2020 11:20:12 -0400 Subject: [PATCH] Created default.html with navigation --- docs/_layouts/default.html | 75 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 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 000000000..800838de7 --- /dev/null +++ b/docs/_layouts/default.html @@ -0,0 +1,75 @@ + + + + + + + +{% 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 %} + + {% for item in site.data.samplelist.toc %} +

{{ item.title }}

+ + {% endfor %} + +
+
+ + {{ content }} + +
+ +
+ + {% if site.google_analytics %} + + {% endif %} + +