diff --git a/_layout/default.html b/_layout/default.html new file mode 100644 index 0000000..e6f6681 --- /dev/null +++ b/_layout/default.html @@ -0,0 +1,53 @@ + + + + + + + + + + + {% seo %} + {% include head-custom.html %} + + + + + +
+
+ {% if site.github.is_project_page %} + View on GitHub + {% endif %} + +

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

+

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

+ + {% if site.show_downloads %} +
+ Download this project as a .zip file + Download this project as a tar.gz file +
+ {% endif %} +
+
+ + +
+
+ {{ content }} +
+
+ + + + + \ No newline at end of file