mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
docs: add doc entry for concat filter #397
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user