From a22dfd85e9218efb4a937be63954f9a8875ab4de Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 27 Dec 2021 10:42:16 +0000 Subject: [PATCH] Add titles to links in list Makes it obvious what the link is doing --- layouts/partials/list_item.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/list_item.html b/layouts/partials/list_item.html index 3b22601..5f921d3 100644 --- a/layouts/partials/list_item.html +++ b/layouts/partials/list_item.html @@ -1,7 +1,7 @@
{{ if .Params.image }} {{ end }}
- +
{{ .Title }}
{{ partial "content-details.html" . }}