From dee0b16c1cdf18d205ffcb738eda0e9049396fd0 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 13 Apr 2024 13:50:54 +0200 Subject: fix more stuff --- _includes/head.html | 1 + _includes/icon/home-round.svg | 1 + _includes/icon/search-round.svg | 1 + _includes/navbar.html | 14 ++++++++++++++ _includes/tags.html | 4 ++-- 5 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 _includes/icon/home-round.svg create mode 100644 _includes/icon/search-round.svg create mode 100644 _includes/navbar.html (limited to '_includes') diff --git a/_includes/head.html b/_includes/head.html index 09ade8d..a3f2a9a 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -11,3 +11,4 @@ + diff --git a/_includes/icon/home-round.svg b/_includes/icon/home-round.svg new file mode 100644 index 0000000..57039b4 --- /dev/null +++ b/_includes/icon/home-round.svg @@ -0,0 +1 @@ + diff --git a/_includes/icon/search-round.svg b/_includes/icon/search-round.svg new file mode 100644 index 0000000..e79a75c --- /dev/null +++ b/_includes/icon/search-round.svg @@ -0,0 +1 @@ + diff --git a/_includes/navbar.html b/_includes/navbar.html new file mode 100644 index 0000000..88092e7 --- /dev/null +++ b/_includes/navbar.html @@ -0,0 +1,14 @@ + diff --git a/_includes/tags.html b/_includes/tags.html index c392d3a..8fc9383 100644 --- a/_includes/tags.html +++ b/_includes/tags.html @@ -1,6 +1,6 @@
Tags: - {% for tag in include.tags %} + {%- for tag in include.tags -%} {{ tag }} - {% endfor %} + {%- endfor -%}
-- cgit v1.2.3