UNPKG

blogware

Version:

A static site generator for hosting full-featured Ghost blog on GitHub Pages.

13 lines (8 loc) 184 B
function l2p(location) { if (!location) return null; var path = location; path = '/' + path; path = path.replace(/index.html$/, ''); return path; } module.exports = l2p;