diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 00000000..a6495e08 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,26 @@ + + + + + + + +{% seo %} + + {% include head-custom.html %} + + +
+ + {{ content }} + + {% if site.github.private != true and site.github.license %} + + {% endif %} +
+ + + +