Code cleanups for consistency & adds Docusaurus to meta tags (#138)

* Add a made with Docusaurus meta tag

* Code cleanups and changes for clarity

* Add back pages string extraction
This commit is contained in:
Eric Nakagawa 2017-10-18 14:40:16 -07:00 committed by Joel Marcey
parent fd05bb3239
commit a4695a3083
4 changed files with 43 additions and 14 deletions

View file

@ -107,7 +107,6 @@ function extractMetadata(content) {
} catch (e) {}
metadata[key] = value;
}
return { metadata, rawContent: both.content };
}