1
0

Added projects ordering, updated print function for resume, homepage and resume contacts block building

This commit is contained in:
Michael Gordeev
2019-12-12 17:44:05 +03:00
parent 59337f17d9
commit 009f52bc86
6 changed files with 30 additions and 19 deletions
@@ -12,7 +12,7 @@
</header>
<article>
@foreach (Project project in Startup.Database.Projects)
@foreach (Project project in Startup.Database.Projects.OrderByDescending(i => i.Id))
{
<div class="project-item">
<div>