<%=Model.Item.Text ?? string.Format("
{0}
", _Encoded("there's no content for this blog post"))%>
+>" %>
+<%@ Import Namespace="Orchard.Mvc.Html"%>
<%@ Import Namespace="Orchard.ContentManagement"%>
<%@ Import Namespace="Orchard.Core.Common.Models"%>
<%@ Import Namespace="Orchard.Mvc.ViewModels"%>
-<%=Model.Item.As
().Text ?? T("there's no content for this blog post
").ToString() %>
\ No newline at end of file
+
+<% Html.Zone("primary", ":manage :metadata"); %>
+
\ No newline at end of file
diff --git a/src/Orchard.Web/Themes/Classic/Views/DisplayTemplates/Items/Blogs.BlogPost.Summary.ascx b/src/Orchard.Web/Themes/Classic/Views/DisplayTemplates/Items/Blogs.BlogPost.Summary.ascx
index bf9f0d646..7708026f4 100644
--- a/src/Orchard.Web/Themes/Classic/Views/DisplayTemplates/Items/Blogs.BlogPost.Summary.ascx
+++ b/src/Orchard.Web/Themes/Classic/Views/DisplayTemplates/Items/Blogs.BlogPost.Summary.ascx
@@ -6,4 +6,6 @@
<%@ Import Namespace="Orchard.Blogs.Models"%>
<%=Html.Link(Html.Encode(Model.Item.Title), Url.BlogPost(Model.Item.Blog.Slug, Model.Item.Slug)) %>
<%=Html.PublishedState(Model.Item) %> | <%Html.Zone("meta");%>
-<%=Model.Item.Text ?? string.Format("
{0}
", _Encoded("there's no content for this blog post"))%>
+
+<% Html.Zone("primary", ":manage :metadata"); %>
+
diff --git a/src/Orchard.Web/Themes/Green/Views/DisplayTemplates/Items/Blogs.BlogPost.Summary.ascx b/src/Orchard.Web/Themes/Green/Views/DisplayTemplates/Items/Blogs.BlogPost.Summary.ascx
index 3f3463d7c..c795663ef 100644
--- a/src/Orchard.Web/Themes/Green/Views/DisplayTemplates/Items/Blogs.BlogPost.Summary.ascx
+++ b/src/Orchard.Web/Themes/Green/Views/DisplayTemplates/Items/Blogs.BlogPost.Summary.ascx
@@ -9,4 +9,6 @@
<%=Html.PublishedState(Model.Item) %> | <%Html.Zone("meta");%>
-<%=Model.Item.Text ?? string.Format("
{0}
", _Encoded("there's no content for this blog post"))%>
+
+<% Html.Zone("primary", ":manage :metadata"); %>
+