markdown strike & underline & htbase

This commit is contained in:
Paul Schneider 2016-08-03 16:38:25 +02:00
commit 652a75c05e
9 changed files with 46 additions and 5679 deletions

View file

@ -29,7 +29,7 @@ namespace Yavsc
{
FileProvider = new PhysicalFileProvider(rootPath),
RequestPath = new PathString("/" + siteSettings.UserFiles.DirName),
EnableDirectoryBrowsing = false
EnableDirectoryBrowsing = env.IsDevelopment()
});
app.UseStaticFiles();
}