From 3d91165c6ade85722f5d62980306ddfbc430ec35 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Thu, 13 Apr 2017 09:34:50 +1000 Subject: [PATCH] docs(layout): added some links to the layout --- docs/_layouts/default.html | 72 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 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 0000000..77b490c --- /dev/null +++ b/docs/_layouts/default.html @@ -0,0 +1,72 @@ + + + + + + {{ site.title | default: site.github.repository_name }} by {{ site.github.owner_name }} + + + + + + +
+
+

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

+

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

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

View the Project on GitHub {{ github_name }}

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

View My GitHub Profile

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