diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html index 5f0754e..9817e9a 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -37,7 +37,7 @@ <ul> {{ range.Site.RegularPages }} {{ if eq .Section "articles" }} - <li><a href="{{.Permalink}}">{{.Params.title}}</a></li> + <li><a href="{{.Permalink}}">{{.Params.title}}</a> - {{.Params.Subtitle}}</li> {{ end }} {{ end }} </ul> |