UNPKG

hexo-theme-kratos-rebirth

Version:

A transplanted theme for Hexo, with many new features built with love.

6 lines 280 B
const util = require('hexo-util'); hexo.extend.helper.register('kratos_canonical', function () { const { canonical } = hexo.theme.config; if (!canonical) return ''; return `<link rel="canonical" href="${util.prettyUrls(this.url, hexo.config.pretty_urls || {})}">`; });