UNPKG

blogware

Version:

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

12 lines (8 loc) 166 B
function meta(key, value) { var meta = this.__meta || (this.__meta = {}); if (value) { meta[key] = value; } return meta[key]; } module.exports = meta;