Fixes another link to Blog
This commit is contained in:
parent
c327395b5b
commit
e5cf0485ef
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2015-08-05 Paul Schneider <paul@pschneider.fr>
|
||||||
|
|
||||||
|
* Index.aspx: Fixes another link to Blog
|
||||||
|
|
||||||
2015-08-05 Paul Schneider <paul@pschneider.fr>
|
2015-08-05 Paul Schneider <paul@pschneider.fr>
|
||||||
|
|
||||||
* style.css: * Gives main background a color
|
* style.css: * Gives main background a color
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<% foreach (var g in Model.GroupByUser()) { %>
|
<% foreach (var g in Model.GroupByUser()) { %>
|
||||||
<h1><a href="<%= Url.Content("~/Blog") %>" class="actionlink userref">
|
<h1><a href="<%= Url.Content("~/Blog/"+g.Key) %>" class="actionlink userref">
|
||||||
<%=g.Key%></a></h1>
|
<%=g.Key%></a></h1>
|
||||||
<% foreach (var p in g) { %>
|
<% foreach (var p in g) { %>
|
||||||
<div class="blogpost">
|
<div class="blogpost">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue