Skip to content

Commit

Permalink
pass tracking pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
bevacqua committed May 5, 2017
1 parent 136fd09 commit b0c1d65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/templateService.js
Expand Up @@ -23,7 +23,8 @@ module.exports = function (options) {
social: model.social,
styles: model.styles,
linkedData: model.linkedData,
unsubscribe: model.provider && model.provider.merge ? '{{{unsubscribe_html}}}' : ''
unsubscribe: model.provider && model.provider.merge ? '{{{unsubscribe_html}}}' : '',
pixel: model.pixel
};
options.templateEngine.render(model.layout || options.layout, layoutModel, done);
};
Expand Down

0 comments on commit b0c1d65

Please sign in to comment.