Put blog first in nav
This commit is contained in:
parent
de38db63fc
commit
16842ae7af
2 changed files with 2 additions and 2 deletions
|
@ -5,5 +5,5 @@
|
|||
@foreach (var repository in Model) {
|
||||
<li class="nav-list__link"><a href="@repository.Url">@repository.Name</a></li>
|
||||
}
|
||||
<li><a href="//git.robware.uk">View All</a></li>
|
||||
<li class="nav-list__link"><a href="//git.robware.uk">View All</a></li>
|
||||
</ul>
|
|
@ -24,8 +24,8 @@
|
|||
<label for="menu-toggle"><img class="nav-open" src="/images/menu.svg" /></label>
|
||||
<input type="checkbox" id="menu-toggle" />
|
||||
<div class="nav-container">
|
||||
@await Component.InvokeAsync("ProjectNavigation")
|
||||
@await Component.InvokeAsync("BlogNavigation")
|
||||
@await Component.InvokeAsync("ProjectNavigation")
|
||||
</div>
|
||||
<div class="strava">
|
||||
<iframe height='160' width='250' frameborder='0' allowtransparency='true' scrolling='no' src='https://www.strava.com/athletes/8892667/activity-summary/df1a6e21a9947dbe7a9dd36f86b1c17185002d22'></iframe>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue