hexo.extend.tag.register('gallery', args => { const url = args[0] const title = args[1] || 'No title' return ` ` })