diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 00000000..1f4e82c3 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,33 @@ + + + + + + + + + {% seo %} + + {% include head-custom.html %} + + + +
+ {% if site.title and site.title != page.title %} +

{{ site.title }}

+ {% endif %} + + {{ content }} + + {% if site.github.private != true and site.github.license %} + + {% endif %} +
+ + + + + \ No newline at end of file