From 0138cc7e4162ad911754a36cd43df562c3af121a Mon Sep 17 00:00:00 2001 From: ray Date: Wed, 19 Feb 2020 16:41:05 +0000 Subject: [PATCH] modify heading text of series list --- layouts/partials/posts/series.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/posts/series.html b/layouts/partials/posts/series.html index 511943a..f520702 100644 --- a/layouts/partials/posts/series.html +++ b/layouts/partials/posts/series.html @@ -5,7 +5,7 @@ {{ $name := . | urlize }} {{ $series := index $.Site.Taxonomies.series $name }} {{ if gt (len $series.Pages) 1 }} -

More {{ . }} Articles

+

More of my {{ . }} Articles