diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/templates/base.html b/templates/base.html index c64b27d..f341e32 100644 --- a/templates/base.html +++ b/templates/base.html @@ -51,9 +51,6 @@ <a href="https://git.yaroslavps.com/yaroslav" title="Git server"> <span class="icon"><img src="/svg/icons/git.svg"/></span> </a> - <a href="/feed.xml" title="RSS feed"> - <span class="icon"><img src="/svg/icons/rss.svg"/></span> - </a> </div> <h3>Navigation</h3> <ul class="navigation-list"> @@ -69,8 +66,12 @@ </ul> </li> </ul> - <h3>Contact</h3> - <p>If you want to tell me something, you can contact me by email at:</p> + <h3>RSS Feeds</h3> + <ul class="rss-list"> + <li><a href="/weblog/feed.xml">Weblog RSS</a></li> + <li><a href="/food/feed.xml">Recipe book RSS</a></li> + </ul> + <h3>Email</h3> <a href="mailto:contact@yaroslavps.com">contact@yaroslavps.com</a> <h3>PGP</h3> <a href="https://www.yaroslavps.com/files/yaroslavpub.gpg">BD900E5D624046DC</a> |