From 1d5c9d84c85f7b5b1c564d30879094a12921cb32 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Thu, 10 Aug 2023 04:00:46 +0200 Subject: [PATCH] Tag indicator --- layouts/_default/list.html | 2 +- static/style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index efc1db0..45e9483 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -16,7 +16,7 @@ {{ range .Paginator.Pages }} {{ .Title | markdownify }} - {{ range .Params.tags }}{{ . }}  {{ end }} + {{ range .Params.tags }}#{{ . }}  {{ end }}

{{ .Params.description }}

{{ end }} diff --git a/static/style.css b/static/style.css index 62fc814..2d696d5 100644 --- a/static/style.css +++ b/static/style.css @@ -20,6 +20,7 @@ a{ } a::after{ content: ']'; } + a::before{ content: '['; } a:hover{