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