diff options
author | butlerx | 2017-05-31 23:28:43 +0100 |
---|---|---|
committer | butlerx | 2017-05-31 23:28:43 +0100 |
commit | e5834c077f203aa5c80f777f91e0bf650614241d (patch) | |
tree | 388ff3f8afb4a5e67f0fc1fe027ae960ed4eff23 /lib | |
parent | 0a6793747cf1f40467bcf3e562d358173fffcad1 (diff) |
add the ability to set slide theme in slide options
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/response.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/response.js b/lib/response.js index a9abd1d4..fec6c561 100755 --- a/lib/response.js +++ b/lib/response.js @@ -574,6 +574,7 @@ function showPublishSlide (req, res, next) { updatetime: updatetime, url: origin, body: markdown, + theme: meta.slideOptions.theme, meta: JSON.stringify(extracted.meta), useCDN: config.usecdn, owner: note.owner ? note.owner.id : null, |