Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
585f2d02
Commit
585f2d02
authored
May 24, 2019
by
Nick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: skip compilation for page contents
parent
4f1c4198
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
page.pug
server/views/page.pug
+2
-1
No files found.
server/views/page.pug
View file @
585f2d02
...
@@ -35,6 +35,7 @@ block body
...
@@ -35,6 +35,7 @@ block body
v-divider.my-2
v-divider.my-2
else if navItem.kind === 'header'
else if navItem.kind === 'header'
v-subheader.pl-4= navItem.label
v-subheader.pl-4= navItem.label
template(slot='contents')!= page.render
template(slot='contents')
div(v-pre)!= page.render
if injectCode.body
if injectCode.body
!= injectCode.body
!= injectCode.body
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment