diff --git a/_layouts/_default.html b/_layouts/_default.html deleted file mode 100644 index 5963822..0000000 --- a/_layouts/_default.html +++ /dev/null @@ -1,6 +0,0 @@ - - - {% include head.html %} - {% seo %} - - diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..addc073 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,79 @@ + + + + + + + + + + + + {% 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 %} + +