Added projects ordering, updated print function for resume, homepage and resume contacts block building
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user