mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2026-04-17 04:40:53 +08:00
Merge branch 'dev'
This commit is contained in:
@@ -36,7 +36,7 @@ hexo.extend.helper.register('cloudTags', function (options = {}) {
|
|||||||
const source = options.source
|
const source = options.source
|
||||||
const minfontsize = options.minfontsize
|
const minfontsize = options.minfontsize
|
||||||
const maxfontsize = options.maxfontsize
|
const maxfontsize = options.maxfontsize
|
||||||
const limit = options.limit || 8
|
const limit = options.limit
|
||||||
|
|
||||||
let result = ''
|
let result = ''
|
||||||
const tagLimit = limit === 0 ? source.length : limit
|
const tagLimit = limit === 0 ? source.length : limit
|
||||||
|
|||||||
Reference in New Issue
Block a user