Skip to content

Refactor functionality into subapps in `common`

Sivert Olstad requested to merge common-subapps-the-return into main

Closes #219 (closed). Refactors functionality into subapps in common:

  • Markdown
  • Breadcrumbs
  • Comments
  • Embeddable text

I considered moving navbar, serve_media_files, and sidebar, but I feel that those apps are all primarily standalone parts of the website. The redirect middleware in common will become a subapp when I tackle #192.

Edited by Sivert Olstad

Merge request reports