handlebars-helper-github-pages
v0.0.1
Published
handlebars helper for adding github pages url
Downloads
3
Maintainers
Readme
{{github-pages}}
Handlebars helper for adding github pages url.
Install
$ npm install handlebars-helper-github-pages --save-dev
Register
In the Gruntfile:
grunt.initConfig({
assemble: {
options: {
...,
helpers: ['handlebars-helper-github-pages']
},
...
},
...
});
Usage
<a href="{{github-pages}}">Home</a>
License
MIT