docs: add doc entry for concat filter #397

This commit is contained in:
Harttle
2021-10-06 16:10:09 +08:00
parent fd5ef474c3
commit 24a19c092a
8 changed files with 17 additions and 7 deletions
+1 -1
View File
@@ -19,5 +19,5 @@ hexo.extend.tag.register('note', (args, text) => {
}, true)
hexo.extend.tag.register('since', (args, text) => {
return `<p class="since">Added in: ${text.trim()}</p>`
return `<p class="since">${text.trim()}</p>`
}, true)