diff options
Diffstat (limited to 'themes/bare/layouts/index.html')
-rw-r--r-- | themes/bare/layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/bare/layouts/index.html b/themes/bare/layouts/index.html index ecf8ad9..741001e 100644 --- a/themes/bare/layouts/index.html +++ b/themes/bare/layouts/index.html @@ -37,7 +37,7 @@ {{ range.Site.RegularPages }} {{ if eq .Section "git" }} {{ if eq .Params.state "active" }} - <li><a href="{{.Permalink}}">{{.Params.name}}</a> - {{.Description}}</li> + <li><a href="{{.Permalink}}">{{.Params.friendly_name}}</a> - {{.Description}}</li> {{ end }} {{ end }} {{ end }} |