From 98763b0f771ceb124e0680614aa00d55a86cc860 Mon Sep 17 00:00:00 2001 From: miladkdz Date: Sat, 18 Oct 2014 18:22:28 +0330 Subject: [PATCH] Fix rss meta data --- Sevomin.WebFrontend/Views/Job/JobList.cshtml | 6 +----- Sevomin.WebFrontend/Views/Job/RecentJobs.cshtml | 6 +++++- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Sevomin.WebFrontend/Views/Job/JobList.cshtml b/Sevomin.WebFrontend/Views/Job/JobList.cshtml index 549f7dc..0878df4 100644 --- a/Sevomin.WebFrontend/Views/Job/JobList.cshtml +++ b/Sevomin.WebFrontend/Views/Job/JobList.cshtml @@ -38,8 +38,4 @@ } } - - -@section Head{ - -} \ No newline at end of file + \ No newline at end of file diff --git a/Sevomin.WebFrontend/Views/Job/RecentJobs.cshtml b/Sevomin.WebFrontend/Views/Job/RecentJobs.cshtml index c29ac82..a9cc5f3 100644 --- a/Sevomin.WebFrontend/Views/Job/RecentJobs.cshtml +++ b/Sevomin.WebFrontend/Views/Job/RecentJobs.cshtml @@ -16,4 +16,8 @@
@Html.Partial("JobList", Model)
- \ No newline at end of file + + +@section Head{ + +} \ No newline at end of file