Skip to content

Commit

Permalink
fix: <abe> tags
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslabbe committed Dec 22, 2016
1 parent 86552fa commit 671e5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cms/Page.js
Expand Up @@ -72,7 +72,7 @@ export default class Page {
}
else {
this.template = cmsTemplates.prepare.removeHandlebarsRawFromHtml(this.template)
this.template = cmsTemplates.prepare.addAbeHtmlTagBetweenAbeTags(this.template)
// this.template = cmsTemplates.prepare.addAbeHtmlTagBetweenAbeTags(this.template)
}

if(!this._onlyHTML){
Expand Down

0 comments on commit 671e5c2

Please sign in to comment.