UNPKG

hexo-theme-next

Version:

Elegant and powerful theme for Hexo.

17 lines (10 loc) 469 B
/* global hexo */ 'use strict'; const path = require('path'); // Add comment hexo.extend.filter.register('theme_inject', injects => { const theme = hexo.theme.config; if (!theme.livere_uid) return; injects.comment.raw('livere', '<div class="comments" id="lv-container" data-id="city" data-uid="{{ theme.livere_uid }}"></div>', {}, { cache: true }); injects.bodyEnd.file('livere', path.join(hexo.theme_dir, 'layout/_third-party/comments/livere.njk')); });