From 6adefbda2a798f4177d67091ec9ddb869261ac26 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Wed, 25 Apr 2018 16:08:06 -0300 Subject: [PATCH] Create default.html --- _layouts/default.html | 64 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 _layouts/default.html diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 00000000..ff7fc60b --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,64 @@ + + + + + + + +{% 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 %} + +