Split handlers into individual files

- Fix 500 when viewing draft posts
This commit is contained in:
2022-05-18 17:04:10 -04:00
parent 13e9919f58
commit 20b7ba1150
14 changed files with 1066 additions and 1030 deletions

View File

@@ -13,7 +13,7 @@
<ItemGroup>
<PackageReference Include="Markdig" Version="0.30.2" />
<PackageReference Update="FSharp.Core" Version="6.0.3" />
<PackageReference Update="FSharp.Core" Version="6.0.4" />
<PackageReference Include="Markdown.ColorCode" Version="1.0.1" />
</ItemGroup>