summaryrefslogtreecommitdiff
path: root/lib/web
diff options
context:
space:
mode:
authorDavid Mehren2020-07-10 12:01:33 +0200
committerGitHub2020-07-10 12:01:33 +0200
commit88b292fbe00216cb0bd2b92d919898f703b7e307 (patch)
tree2a2bdf903de2c1eec30ff5d61d0d677a3efdcb38 /lib/web
parent5b8d948c8cb30071aada0e4ba7d12ab1acfa3776 (diff)
parente4214f32a043acf186b91126a7f9e5f5ab1e4b14 (diff)
Merge pull request #437 from codimd/enhancement/lang-attr-published
Diffstat (limited to 'lib/web')
-rw-r--r--lib/web/note/util.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/web/note/util.js b/lib/web/note/util.js
index c5affd05..f1af1300 100644
--- a/lib/web/note/util.js
+++ b/lib/web/note/util.js
@@ -81,6 +81,7 @@ exports.getPublishData = function (req, res, note, callback) {
const data = {
title: title,
description: meta.description || (markdown ? models.Note.generateDescription(markdown) : null),
+ lang: meta.lang || null,
viewcount: note.viewcount,
createtime: createtime,
updatetime: updatetime,