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.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/layouts/shortcodes/article-list.html b/layouts/shortcodes/article-list.html
index 5341738..d533f19 100644
--- a/layouts/shortcodes/article-list.html
+++ b/layouts/shortcodes/article-list.html
@@ -1,10 +1,7 @@
-<h2>
- {{ .Get "category" | title }}
-</h2>
<ul>
{{- range where .Site.RegularPages "Type" (.Get "category") | first (.Get "number") }}
<li>{{ .Date.Format "02/01/06" }} - <a href="{{ .RelPermalink }}">{{
.Title }}</a></li>
{{- end }}
</ul>
-<a href='{{ .Get "category" }}'>See more...</a>
+<a href='/{{ .Get "category" }}'>See more...</a>