around title and style
This commit is contained in:
parent
8f9a1e3e04
commit
9a2098052d
5 changed files with 3 additions and 5 deletions
|
|
@ -6,8 +6,6 @@
|
|||
<h1 class="blogtitle"><%= Html.ActionLink(Model.Title,"UserPost",new{user=Model.UserName,title=Model.Title}) %> -
|
||||
<a href="/Blog/<%=Model.UserName%>">
|
||||
<img class="avatar" src="/Blogs/Avatar?user=<%=Model.UserName%>" alt="<%=Model.UserName%>"/> <%=ViewData["BlogTitle"]%></a>
|
||||
<asp:Literal runat="server" Text=" - " />
|
||||
<a href="/"> <%= YavscHelpers.SiteName %> </a> </h1>
|
||||
</asp:Content>
|
||||
|
||||
<asp:Content ContentPlaceHolderID="MainContent" ID="MainContentContent" runat="server">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue