- Finish up live writer support for blogs.

--HG--
branch : dev
This commit is contained in:
Suha Can
2010-03-02 12:10:49 -08:00
parent 388bd803c6
commit 49a9c6cc98
19 changed files with 276 additions and 61 deletions

View File

@@ -5,5 +5,6 @@
<%@ Import Namespace="Orchard.Blogs.Models"%>
<h1><%=Html.TitleForPage(Model.Item.Name) %></h1>
<% Html.RegisterLink(new LinkEntry { Rel = "wlwmanifest", Type = "application/wlwmanifest+xml", Href = Url.BlogLiveWriterManifest(Model.Item.Slug) });%>
<% Html.RegisterLink(new LinkEntry { Rel = "EditURI", Type = "application/rsd+xml", Title = "RSD", Href = Url.BlogRsd(Model.Item.Slug) });%>
<% Html.Zone("primary", ":manage :metadata");
Html.ZonesAny(); %>