diff options
| author | verdant <i@glowisle.me> | 2026-03-14 00:21:15 +0800 |
|---|---|---|
| committer | verdant <i@glowisle.me> | 2026-03-14 00:22:57 +0800 |
| commit | 10f0a08e722e2dece7be7e736a18093de23dbfd0 (patch) | |
| tree | 4d272cb4d8b6d8be5563fdaa4de9df6681ce3bb5 /layouts/shortcodes/recent-posts.html | |
| parent | d369dacf5bad0079d75cf65e1dcfe01b4a313364 (diff) | |
| download | blog-10f0a08e722e2dece7be7e736a18093de23dbfd0.tar.gz blog-10f0a08e722e2dece7be7e736a18093de23dbfd0.zip | |
chore: backup before refactoring CSS style
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"> |
