aboutsummaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2020-10-02 02:09:59 +0300
committerYaroslav <contact@yaroslavps.com>2020-10-02 02:09:59 +0300
commitec29bebbda2a278e78da1a0f91bd7a8e100d5dd7 (patch)
tree77d0d4e47ea085db02405530b6fe3885e7fd7c31 /templates/base.html
parent358c7b06be5ac06de4cc10c85093ffac8044458a (diff)
downloadyaroslavps.com-ec29bebbda2a278e78da1a0f91bd7a8e100d5dd7.tar.gz
yaroslavps.com-ec29bebbda2a278e78da1a0f91bd7a8e100d5dd7.zip
Style changes
Mainly changes to the color palette of the site, but also added a background image and increased the maximum width of the main container. Also added separate links for the RSS feeds of the weblog and recipe book.
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html11
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>