From b1ea2ac8985ac18668fc05c14b3db9aa9865dc67 Mon Sep 17 00:00:00 2001 From: wcko87 Date: Mon, 4 Sep 2017 06:29:11 +0800 Subject: [PATCH] Create default.html --- _layouts/default.html | 72 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 _layouts/default.html diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..31766b7 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,72 @@ + + + + + + + + + + + + +{% seo %} + + + +
+
+ +

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

+
+

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

+ {% if site.github.is_project_page %} + View project on GitHub + {% endif %} + {% if site.github.is_user_page %} + Follow me on GitHub + {% endif %} +
+
+ +
+
+
+ {{ content }} +
+ + +
+
+ + {% if site.google_analytics %} + + {% endif %} + +