about summary refs log tree commit diff
path: root/users/fcuny/blog/layouts/partials
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/fcuny/blog/layouts/partials/postlist.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/blog/layouts/partials/postlist.html b/users/fcuny/blog/layouts/partials/postlist.html
index 28fd9b2..e124482 100644
--- a/users/fcuny/blog/layouts/partials/postlist.html
+++ b/users/fcuny/blog/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 }}