a blog index

This commit is contained in:
Paul Schneider 2023-04-01 15:03:48 +01:00
commit 2666492a18
10 changed files with 47 additions and 45 deletions

View file

@ -41,7 +41,7 @@ namespace Yavsc.Helpers
b => b.Author
).Where(x => x.Author.Id == posterId && x.Visible);
// BlogIndexKey
return result.OrderByDescending(p => p.DateCreated);
return result;
}
}
}