UNPKG

hexo-theme-volantis

Version:

Elegant and powerful theme for Hexo.

11 lines (10 loc) 210 B
// yml string to list // yml 太烂了 hexo.extend.helper.register('getList', function (list) { if (!list) return [] if (typeof list == "string") { return [list] } else { return [...list] } });