From d5009a3bc81a4fdb1208f491624097d93fb13ceb Mon Sep 17 00:00:00 2001 From: Yehonal Date: Fri, 14 Apr 2017 09:46:56 +0200 Subject: uploaded sources --- _layouts/default.html | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 _layouts/default.html (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..1bb957e --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,102 @@ + + + + + + {{ 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_user_page %} +

View My GitHub Profile

+ {% endif %} + + {% if site.show_downloads %} + + {% endif %} +
+
+
+ {{page.relative_path}} + {% if page.url contains "/wiki/" and site.use_github_wiki %} + Edit + History + Source + {% else %} + Edit + {% if site.use_prose_io %} + Edit with Prose.io + {% endif %} + History + Source + {% endif %} + + {% if site.google_cse_token %} + + + {% else %} +
+ {% if site.use_github_wiki %} + + {% endif %} + +
+ {% endif %} +
+ + + {{ content }} + +
+ +
+ + + + {% if site.google_analytics %} + + {% endif %} + + -- cgit