diff options
Diffstat (limited to 'users/fcuny/notes/layouts/partials')
-rw-r--r-- | users/fcuny/notes/layouts/partials/postlist.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/notes/layouts/partials/postlist.html b/users/fcuny/notes/layouts/partials/postlist.html index 28fd9b2..e124482 100644 --- a/users/fcuny/notes/layouts/partials/postlist.html +++ b/users/fcuny/notes/layouts/partials/postlist.html @@ -4,7 +4,7 @@ {{ range .Pages.ByDate }} <li> <div> - <a href="{{ .Permalink }}"><h3>{{ .Title }}</h3></a> + <a href="{{ .Permalink }}">{{ .Title }}</a> </div> </li> {{ end }} |