diff options
Diffstat (limited to 'layouts')
| -rw-r--r-- | layouts/shortcodes/article-list.html | 2 |
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> |
