From 6d894f079982828bd9a5529d1f2616079538f91f Mon Sep 17 00:00:00 2001 From: Peter Havekes Date: Thu, 17 Oct 2024 08:12:24 +0200 Subject: [PATCH] Customise html layout --- _layouts/default.html | 55 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 _layouts/default.html diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..5426db7 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,55 @@ + + + + + + + + + +{% seo %} + {% include head-custom.html %} + + + + + +
+
+ {% if site.github.is_project_page %} + + Edit this page + {% endif %} + + +

{{ site.title | default: site.github.repository_name }}

+
+

{{ site.description | default: site.github.project_tagline }}

+ + {% if site.show_downloads %} +
+ Download this project as a .zip file + Download this project as a tar.gz file +
+ {% endif %} +
+
+ + +
+
+ {{ content }} +
+
+ + + + +