From 1892bc38d8416a6ec79f37c41a9ffb38b6f44938 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 24 Jan 2025 18:36:15 +0100 Subject: minimalize layout --- _includes/head.html | 3 --- _includes/icon/home-round.svg | 1 - _includes/icon/search-round.svg | 1 - _includes/navbar.html | 14 -------------- _includes/opengraph.html | 4 ---- _includes/tags.html | 6 ------ _includes/title.html | 5 ----- 7 files changed, 34 deletions(-) delete mode 100644 _includes/head.html delete mode 100644 _includes/icon/home-round.svg delete mode 100644 _includes/icon/search-round.svg delete mode 100644 _includes/navbar.html delete mode 100644 _includes/opengraph.html delete mode 100644 _includes/tags.html delete mode 100644 _includes/title.html (limited to '_includes') diff --git a/_includes/head.html b/_includes/head.html deleted file mode 100644 index ff907a0..0000000 --- a/_includes/head.html +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/_includes/icon/home-round.svg b/_includes/icon/home-round.svg deleted file mode 100644 index 57039b4..0000000 --- a/_includes/icon/home-round.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/_includes/icon/search-round.svg b/_includes/icon/search-round.svg deleted file mode 100644 index e79a75c..0000000 --- a/_includes/icon/search-round.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/_includes/navbar.html b/_includes/navbar.html deleted file mode 100644 index 88092e7..0000000 --- a/_includes/navbar.html +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/_includes/opengraph.html b/_includes/opengraph.html deleted file mode 100644 index 7cb9517..0000000 --- a/_includes/opengraph.html +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/_includes/tags.html b/_includes/tags.html deleted file mode 100644 index 8fc9383..0000000 --- a/_includes/tags.html +++ /dev/null @@ -1,6 +0,0 @@ -
- Tags: - {%- for tag in include.tags -%} - {{ tag }} - {%- endfor -%} -
diff --git a/_includes/title.html b/_includes/title.html deleted file mode 100644 index 08643ad..0000000 --- a/_includes/title.html +++ /dev/null @@ -1,5 +0,0 @@ -{% if page.id == "index" %} -{{ site.title }} -{% else %} -{{ page.title }} - {{ site.title }} -{% endif %} -- cgit v1.2.3