diff options
Diffstat (limited to 'layouts/shortcodes/recent-posts.html')
| -rw-r--r-- | layouts/shortcodes/recent-posts.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/shortcodes/recent-posts.html b/layouts/shortcodes/recent-posts.html index b2a6637..ea6ed2b 100644 --- a/layouts/shortcodes/recent-posts.html +++ b/layouts/shortcodes/recent-posts.html @@ -8,6 +8,12 @@ word-wrap: break-word; } </style> + +<!-- <div class="recent-posts"> --> +<!-- {{ range $index, $page := $recent }} --> +<!-- {{ end }} --> +<!-- </div> --> + <div class="recent-posts"> {{ if $recent }} {{ range $index, $page := $recent }} <div class="recent-posts-item"> |
