init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@model MvcSiteMapProvider.Web.Html.Models.MetaRobotsHelperModel
|
||||
@using System.Web.Mvc.Html
|
||||
@using MvcSiteMapProvider.Web.Html.Models
|
||||
|
||||
@if (Model.CurrentNode != null && !string.IsNullOrWhiteSpace(Model.CurrentNode.MetaRobotsContent)) {
|
||||
<meta name="robots" content="@Model.CurrentNode.MetaRobotsContent" />
|
||||
}
|
||||
Reference in New Issue
Block a user