Skip to content

Commit

Permalink
RSS link added in the _Layout.cshtml
Browse files Browse the repository at this point in the history
Other small meta tag updates in _Layout.cshtml
  • Loading branch information
NikolayIT committed May 28, 2014
1 parent 4f64e0d commit 307c243
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Source/BlogSystem/BlogSystem.Web/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
<meta name="description" content="@ViewBag.Description" />
<meta name="robots" content="index, follow" />
<meta name="revisit-after" content="1 days" />
<meta name="author" content="@ViewBag.Settings.Get["Blog Name"] - @ViewBag.Settings.Get["Author"]" />
<meta name="generator" content="NikolayIT BlogSystem - https://github.com/NikolayIT/BlogSystem" />
<meta name="author" content="@ViewBag.Settings.Get["Author"]" />
<meta name="generator" content="Nikolay.IT BlogSystem - https://github.com/NikolayIT/BlogSystem" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="alternate" type="application/rss+xml" title="Blog RSS" href="/RSS/Blog" />
@Styles.Render("~/Content/css")
</head>

Expand Down

0 comments on commit 307c243

Please sign in to comment.