From 63f83cebb71db4d5275d7bff5423aeccca045b98 Mon Sep 17 00:00:00 2001 From: Speyll Date: Mon, 28 Aug 2023 15:20:15 +0100 Subject: [PATCH] changed tags slightly --- content/blog/_index.md | 4 +++- static/css/style.css | 2 +- templates/blog-page.html | 2 +- templates/page.html | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/content/blog/_index.md b/content/blog/_index.md index 77f0867..a04d3f5 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -4,4 +4,6 @@ path = "blog" title = "All blog posts" sort_by = "date" page_template = "blog-page.html" -+++ \ No newline at end of file ++++ + +> List of all *[tags](/tags)* \ No newline at end of file diff --git a/static/css/style.css b/static/css/style.css index 5e1444e..7f81d0b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -231,7 +231,7 @@ textarea { .navBar { margin: .5rem; - margin-bottom: 1rem; + margin-bottom: 2rem; display: flex; flex-direction: row; gap: .4rem; diff --git a/templates/blog-page.html b/templates/blog-page.html index ba8ee65..0b5744b 100644 --- a/templates/blog-page.html +++ b/templates/blog-page.html @@ -43,7 +43,7 @@

{% if page.taxonomies.tags %} {% for tag in page.taxonomies.tags %} -#{{ tag }} +/{{ tag }}/ {% endfor %} {% endif %}

diff --git a/templates/page.html b/templates/page.html index 391d9db..47da2a2 100644 --- a/templates/page.html +++ b/templates/page.html @@ -40,7 +40,7 @@

{% if page.taxonomies.tags %} {% for tag in page.taxonomies.tags %} -#{{ tag }} +/{{ tag }}/ {% endfor %} {% endif %}