From ec6e575337b6597ccdde9a18cea9f66fb00b735d Mon Sep 17 00:00:00 2001 From: tma15 Date: Sun, 24 Dec 2017 14:22:53 +0900 Subject: [PATCH] Add link to tag --- layouts/partials/list-item.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/layouts/partials/list-item.html b/layouts/partials/list-item.html index 93a993b..7663b40 100644 --- a/layouts/partials/list-item.html +++ b/layouts/partials/list-item.html @@ -18,6 +18,10 @@

{{ .Title }}

{{ $.Scratch.Get "subtitle" }}
- {{ range .Params.tags }} {{ . }} {{ end }} + {{ range .Params.tags }} + + {{ . }} + + {{ end }}