Fix regression in Razor syntax

This commit is contained in:
Patrik Svensson
2024-08-30 09:18:07 +02:00
parent 56feea11a1
commit 96512f353f
2 changed files with 1 additions and 3 deletions

View File

@ -1,3 +1,3 @@
@{
Layout = @$"_layout.cshtml";
Layout = "_layout.cshtml";
}