UNPKG

hexo-theme-miracle

Version:

A clean and lightweight single-column theme for Hexo.

12 lines (10 loc) 263 B
'use strict'; const joinPath = function(base, relative) { if (relative && /^https*:\/\//.test(relative)) { return relative; } return relative ? base.replace(/\/+$/, '') + '/' + relative.replace(/^\/+/, '') : base; }; module.exports = joinPath;