From 8ffd80a7e2ed847142892cd6223bb1b0d1cb32c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Fri, 16 Dec 2022 02:50:06 +0300 Subject: [PATCH] Create default.html --- _layouts/default.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 _layouts/default.html 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 %} +
+ + + + +