diff options
Diffstat (limited to 'layouts/shortcodes/article-list.html')
| -rw-r--r-- | layouts/shortcodes/article-list.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/layouts/shortcodes/article-list.html b/layouts/shortcodes/article-list.html index d3d826e..5341738 100644 --- a/layouts/shortcodes/article-list.html +++ b/layouts/shortcodes/article-list.html @@ -3,8 +3,7 @@ </h2> <ul> {{- range where .Site.RegularPages "Type" (.Get "category") | first (.Get "number") }} - <li>{{ .Date.Format "02/01/06" }} - <a href="{{ .RelPermalink }}" {{ if .Params.copied }}style="color:#73daca;" {{ end - }}>{{ + <li>{{ .Date.Format "02/01/06" }} - <a href="{{ .RelPermalink }}">{{ .Title }}</a></li> {{- end }} </ul> |
