fix: nav external blank option

This commit is contained in:
NGPixel
2020-05-08 18:48:07 -04:00
parent 98bf0d9ccb
commit cc9f022051
14 changed files with 110 additions and 77 deletions

View File

@@ -19,9 +19,9 @@ block body
author-name=page.authorName
:author-id=page.authorId
:is-published=page.isPublished.toString()
:toc=page.toc
toc=Buffer.from(page.toc).toString('base64')
:page-id=page.id
:sidebar=sidebar
sidebar=Buffer.from(JSON.stringify(sidebar)).toString('base64')
nav-mode=config.nav.mode
)
template(slot='contents')