diff options
Diffstat (limited to 'layouts/shortcodes/recent-posts.html')
| -rw-r--r-- | layouts/shortcodes/recent-posts.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/shortcodes/recent-posts.html b/layouts/shortcodes/recent-posts.html index b1e891e..b2a6637 100644 --- a/layouts/shortcodes/recent-posts.html +++ b/layouts/shortcodes/recent-posts.html @@ -11,9 +11,9 @@ word-wrap: break-word; <div class="recent-posts"> {{ if $recent }} {{ range $index, $page := $recent }} <div class="recent-posts-item"> - <h3 class="recent-post-title"> + <h2 class="recent-post-title post-title"> <a href="{{ .RelPermalink }}" class="item-link">{{ .Title }}</a> - </h3> + </h2> <div class="summary">{{ .Summary }}</div> {{ partial "post_meta.html" . }} |
