From 9ca9cc8f7c35165d7ffaeb78b1a0295623dce8a5 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Wed, 24 Jun 2020 13:14:15 -0700 Subject: [PATCH] Add _layouts/default.html The repository is currently private and there doesn't seem to be a different way to hide the link to it. --- docs/_layouts/default.html | 49 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 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..17c61eb --- /dev/null +++ b/docs/_layouts/default.html @@ -0,0 +1,49 @@ + + + + + + + +{% seo %} + + + + +
+
+

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

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

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

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