UNPKG

kss-scheibo

Version:

A custom template for the kss-node living styleguide.

11 lines (9 loc) 198 B
/* jshint node: true */ module.exports = function(Handlebars) { 'use strict'; Handlebars.registerHelper('modifierHtmlLang', function(htmllang) { if (htmllang) { return htmllang; } }); };