diff --git a/layout/_partial/widgets/recent.ejs b/layout/_partial/widgets/recent.ejs index 502b898..fe3bf5e 100644 --- a/layout/_partial/widgets/recent.ejs +++ b/layout/_partial/widgets/recent.ejs @@ -25,7 +25,8 @@ function layoutDiv() { arr = site.posts.filter( p => p.title && p.title.length > 0) arr = arr.sort("updated", -1) } - el += '