summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/article-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/article-list.html')
-rw-r--r--layouts/shortcodes/article-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/article-list.html b/layouts/shortcodes/article-list.html
index a870eac..9f245dc 100644
--- a/layouts/shortcodes/article-list.html
+++ b/layouts/shortcodes/article-list.html
@@ -2,5 +2,5 @@
{{- range where .Site.RegularPages "Type" (.Get "category") | first (.Get "number") }}
<li>{{ .Date.Format "02/01/06" }} - <a href="{{ .RelPermalink }}">{{ .Title }}</a></li>
{{- end }}
- <li><i><a href="{{ .Get "category" }}">See more...</a></i></li>
</ul>
+<a href="{{ .Get "category" }}">See more...</a>