mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-10 21:17:07 +08:00
🐛 修復tags頁標籤只顯示8個的bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user