UNPKG

hexo-tag-plugins

Version:

A number of tag plugins for theme-butterfly

11 lines (8 loc) 295 B
'use strict'; function iconFont(args) { args = args.join(' ').split(',') let p0 = args[0] let p1 = args[1]?args[1]:1 return `<svg class="icon" style="width:${p1}em; height:${p1}em" aria-hidden="true"><use xlink:href="#${p0}"></use></svg>`; } hexo.extend.tag.register('icon',iconFont);