From cbc2bea413ddf58c6316e49c45b5a5a55f4271e2 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sat, 28 May 2022 01:32:49 +0000
Subject: [PATCH] Merge pull request #136 from aidenybai/custom-progress-bar-color
---
layouts/partials/page-list.html | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/layouts/partials/page-list.html b/layouts/partials/page-list.html
index 6c2249b..e51c5dd 100644
--- a/layouts/partials/page-list.html
+++ b/layouts/partials/page-list.html
@@ -4,11 +4,17 @@
<div class="section">
<div class="desc">
<h3><a href="{{ .Permalink }}">{{- .Title -}}</a></h3>
+ <ul class="tags">
+ {{ range (.GetTerms "tags") }}
+ <li><a href="{{ .Permalink }}">{{ .LinkTitle | title}}</a></li>
+ {{ end }}
+ </ul>
<p>{{- .Summary -}}{{if .Truncated}}...{{end}}</p>
</div>
<p class="meta">
{{ .ReadingTime }} minute read. Last updated {{if ne .Date .Lastmod}}{{ .Lastmod.Format "January 2, 2006" }}{{else}}Unknown{{end}}
</p>
+
</div>
</li>
{{- end -}}
--
Gitblit v1.10.0