diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..944f836 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,62 @@ + + + + + + {{ 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_project_page %} +

View the Project on GitHub {{ github_name }}

+ {% endif %} + + {% if site.github.is_user_page %} +

View My GitHub Profile

+ {% endif %} + + {% if site.show_downloads %} + + {% endif %} +
+
+ + {{ content }} + +
+ +
+ + + + {% if site.google_analytics %} + + {% endif %} + +