blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.28k stars 518 forks source link

Themes don't seem to be working #297

Open fullreboot opened 3 years ago

fullreboot commented 3 years ago

Describe the bug

Using themes does not seem to work at all, even after following the instructional video. Are themes still loaded the same? Previously it looks like it was an angular app, now themes are attempting to be loaded from a theme-dependent index.cshtml file. It produces the error seen below

return View($"~/Views/Themes/{model.Blog.Theme}/Index.cshtml", model);

Screenshots image

Additional context

chatay commented 2 years ago

Hello, can you please explain the steps you apply? exactly at which stage you get this error?