diff --git a/includes/helpers/tag.js b/includes/helpers/tag.js index 68839f8..b8fc67a 100644 --- a/includes/helpers/tag.js +++ b/includes/helpers/tag.js @@ -57,7 +57,7 @@ module.exports = function(hexo) { } htmls.push(`
`); tag_dict[id].sort((tag1, tag2) => tag1.name < tag2.name ? -1 : 1).forEach(tag => { - htmls.push(``); + htmls.push(``); }); htmls.push(`
`) });