How to use the hexo/lib/plugins/tag/gist.apply function in hexo

To help you get started, we’ve selected a few hexo examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ikeq / hexo-theme-inside / lib / tag / gist.js View on Github external
module.exports = function (...args) {
  return snippet(null, gistTag.apply(this, args));
}