You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
642 B

  1. extends ../layout.pug
  2. block rootNavCenter
  3. h2.nav-item= pageData.meta.title
  4. block rootNavRight
  5. i.nav-item#notifload
  6. span.nav-item
  7. a.button.is-outlined.btn-edit-discard
  8. i.icon-cross
  9. span Discard
  10. a.button.btn-edit-save
  11. i.icon-check
  12. span Save Changes
  13. block content
  14. #page-type-edit(data-entrypath=pageData.meta.path)
  15. .editor-area
  16. textarea#mk-editor= pageData.markdown
  17. include ../modals/edit-discard.pug
  18. include ../modals/editor-link.pug
  19. include ../modals/editor-image.pug
  20. include ../modals/editor-file.pug
  21. include ../modals/editor-video.pug
  22. include ../modals/editor-codeblock.pug