Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
Add tutorial_page to markdown preprocessor list.
Browse files Browse the repository at this point in the history
  • Loading branch information
brew committed Jul 12, 2016
1 parent bb2b92b commit 3538ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion census/loaders/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var loadConfig = function(siteId, models) {
controllerUtils.FIELD_SPLITTER), _.trim);
} else if (v && ['navbar_logo', 'overview_page', 'submit_page',
'about_page', 'faq_page', 'contribute_page',
'banner_text'].indexOf(k) !== -1) {
'banner_text', 'tutorial_page'].indexOf(k) !== -1) {
settings[k] = marked(v);
} else {
settings[k] = v;
Expand Down

0 comments on commit 3538ab4

Please sign in to comment.