Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #121 from JeremyMorgan/fix_top_link
Browse files Browse the repository at this point in the history
Issue #120 fix link to RSS feed
  • Loading branch information
Oren Novotny authored Feb 24, 2020
2 parents 6c0fb9d + bd33840 commit 7a29f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@inject Microsoft.AspNetCore.Hosting.IWebHostEnvironment HostingEnvironment
@inject Microsoft.AspNetCore.Hosting.IWebHostEnvironment HostingEnvironment
@inject ISiteContextResolver siteResolver
@{
bool sideNavVisible = true.Equals(ViewData["SideNavVisible"]);
Expand Down Expand Up @@ -80,7 +80,7 @@
</nav>
<section class="site-social_container d-flex position-absolute">
<div class="site-social_icon site-social_icon--rss">
<a href="/Blog">
<a href="/api/rss">
<i class="fas fa-rss"></i>
</a>
</div>
Expand Down

0 comments on commit 7a29f3d

Please sign in to comment.