mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
🐛 修復tags頁標籤只顯示8個的bug
This commit is contained in:
parent
92111f3c32
commit
91d285391d
@ -36,7 +36,7 @@ hexo.extend.helper.register('cloudTags', function (options = {}) {
|
||||
const source = options.source
|
||||
const minfontsize = options.minfontsize
|
||||
const maxfontsize = options.maxfontsize
|
||||
const limit = options.limit || 8
|
||||
const limit = options.limit
|
||||
|
||||
let result = ''
|
||||
const tagLimit = limit === 0 ? source.length : limit
|
||||
|
||||
Loading…
Reference in New Issue
Block a user