2016-09-05 19:23:49 -04:00
|
|
|
extends ../layout.pug
|
2016-08-27 21:46:10 -04:00
|
|
|
|
|
|
|
block rootNavCenter
|
|
|
|
h2.nav-item= pageData.meta.title
|
|
|
|
|
|
|
|
block rootNavRight
|
2016-08-28 11:27:05 -04:00
|
|
|
i.nav-item#notifload
|
2016-08-27 21:46:10 -04:00
|
|
|
span.nav-item
|
2016-11-21 22:41:57 -05:00
|
|
|
a.button.is-outlined.btn-edit-discard
|
|
|
|
i.icon-cross
|
2016-08-27 21:46:10 -04:00
|
|
|
span Discard
|
2016-11-21 22:41:57 -05:00
|
|
|
a.button.btn-edit-save
|
|
|
|
i.icon-check
|
2016-08-27 21:46:10 -04:00
|
|
|
span Save Changes
|
|
|
|
|
|
|
|
block content
|
|
|
|
|
2016-08-29 01:21:35 -04:00
|
|
|
#page-type-edit(data-entrypath=pageData.meta.path)
|
2016-09-11 02:08:22 -04:00
|
|
|
.editor-area
|
|
|
|
textarea#mk-editor= pageData.markdown
|
2016-08-28 11:27:05 -04:00
|
|
|
|
2016-09-10 22:53:21 -04:00
|
|
|
include ../modals/edit-discard.pug
|
|
|
|
include ../modals/editor-link.pug
|
2016-09-12 00:00:52 -04:00
|
|
|
include ../modals/editor-image.pug
|
2016-12-21 20:38:12 -05:00
|
|
|
include ../modals/editor-file.pug
|
2017-01-02 22:20:24 -05:00
|
|
|
include ../modals/editor-video.pug
|
2016-09-10 22:53:21 -04:00
|
|
|
include ../modals/editor-codeblock.pug
|