diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-11-21 23:06:06 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-11-21 23:06:06 +0000 |
| commit | 2607289a6f4391258ef4377365900cded65cadb1 (patch) | |
| tree | 64b859c1f8a2e0b5375255fe65577a8933ef3db9 /app/directory.mjs | |
| parent | b49458699376b18c3f5a018973669685e213ef62 (diff) | |
Add raw view
Diffstat (limited to 'app/directory.mjs')
| -rw-r--r-- | app/directory.mjs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/directory.mjs b/app/directory.mjs index 89a6ee9..5bdaded 100644 --- a/app/directory.mjs +++ b/app/directory.mjs @@ -35,6 +35,7 @@ export function buildPage(path) { let page = { html: content, + raw: data, buildTime: result.metadata.buildTime, hidden: result.metadata.hidden, displayTitle: title |
