diff --git a/layout/home-content.ejs b/layout/home-content.ejs index 6a6b03e..a390b63 100644 --- a/layout/home-content.ejs +++ b/layout/home-content.ejs @@ -5,7 +5,10 @@

- <%= (post.top ? `[${__('top')}] ` : '') + post.title %> + <% if (post.top) { %> + + <% } %> + <%= post.title %>