From 16842ae7afec764b3a7efca86d83a075b8e0045f Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Sat, 4 Apr 2020 18:18:00 +0100 Subject: [PATCH] Put blog first in nav --- .../Views/Shared/Components/ProjectNavigation/Default.cshtml | 2 +- Website/Views/Shared/_Layout.cshtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Website/Views/Shared/Components/ProjectNavigation/Default.cshtml b/Website/Views/Shared/Components/ProjectNavigation/Default.cshtml index f07abef..edde0ad 100644 --- a/Website/Views/Shared/Components/ProjectNavigation/Default.cshtml +++ b/Website/Views/Shared/Components/ProjectNavigation/Default.cshtml @@ -5,5 +5,5 @@ @foreach (var repository in Model) { } -
  • View All
  • + \ No newline at end of file diff --git a/Website/Views/Shared/_Layout.cshtml b/Website/Views/Shared/_Layout.cshtml index b4f687d..813cb56 100644 --- a/Website/Views/Shared/_Layout.cshtml +++ b/Website/Views/Shared/_Layout.cshtml @@ -24,8 +24,8 @@