Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
eric4ps committed Feb 14, 2025
1 parent bdb0e05 commit 8d7585c
Show file tree
Hide file tree
Showing 6 changed files with 4,741 additions and 1,857 deletions.
2 changes: 1 addition & 1 deletion src/applications/mixcore/Views/Home/Post.cshtml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@model PostContentViewModel
@model Mixcore.Domain.ViewModels.PostContentViewModel
@{
Layout = Model.Layout.FilePath;
ViewData["Title"] = Model.SeoTitle;
Expand Down
2 changes: 1 addition & 1 deletion src/applications/mixcore/Views/Post/Index.cshtml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@model PostContentViewModel
@model Mixcore.Domain.ViewModels.PostContentViewModel
@{
Layout = Model.Layout.FilePath;
ViewData["Title"] = Model.SeoTitle;
Expand Down
Binary file modified src/applications/mixcore/wwwroot/default-mixcontent/default.zip
Binary file not shown.
Loading

0 comments on commit 8d7585c

Please sign in to comment.