From c05669e1fbff65b1b7877f5a84fac092c22c8b8a Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Tue, 15 Apr 2025 09:08:55 +0100 Subject: [PATCH] make archive links clickable on text-based browsers This change makes the titles on archive lists a tags so that they are clickable in text only mode. As with the list template, no class is applied to ensure correct indentation. --- layouts/_default/archives.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/_default/archives.html b/layouts/_default/archives.html index eea3fc8a..778a02a3 100644 --- a/layouts/_default/archives.html +++ b/layouts/_default/archives.html @@ -56,7 +56,8 @@ {{- if eq .Kind "page" }}

- {{- .Title | markdownify }} + + {{- .Title | markdownify }} {{- if .Draft }} @@ -69,6 +70,7 @@
{{- partial "post_meta.html" . -}}
+

{{- end }}