Locals Class
Description
This module is used to manage local variables used in templates.
For example:
hexo.locals({  foo: function(){    return 'bar';  }});yields:
<%= foo %>// barThis module is used to manage local variables used in templates.
For example:
hexo.locals({  foo: function(){    return 'bar';  }});yields:
<%= foo %>// bar