diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index bcf1487..cb9fcb7 100644 --- a/templates/base.html +++ b/templates/base.html @@ -30,7 +30,7 @@ <div class="links-container"> <a href="https://github.com/Yaroslav-95" title="GitHub"><span class="icon"></span></a> <a href="https://git.yaroslavps.com/yaroslav" title="Git server"><span class="icon"></span></a> - <a href="/rss.xml" title="RSS feed"><span class="icon"></span></a> + <a href="/feed.xml" title="RSS feed"><span class="icon"></span></a> </div> <h3>Navigation</h3> <ul class="navigation-list"> |