UNPKG

hexo-theme-volantis

Version:

Elegant and powerful theme for Hexo.

6 lines (5 loc) 170 B
// yml string to list // yml 太烂了 hexo.extend.helper.register('getList', function (list) { return list ? (typeof list === "string" ? [list] : [...list]) : []; });