diff options
author | Yaroslav <contact@yaroslavps.com> | 2020-10-02 02:09:59 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2020-10-02 02:09:59 +0300 |
commit | ec29bebbda2a278e78da1a0f91bd7a8e100d5dd7 (patch) | |
tree | 77d0d4e47ea085db02405530b6fe3885e7fd7c31 /templates/index.html | |
parent | 358c7b06be5ac06de4cc10c85093ffac8044458a (diff) | |
download | yaroslavps.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/index.html')
-rw-r--r-- | templates/index.html | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html index a9ef8c2..4dfd843 100644 --- a/templates/index.html +++ b/templates/index.html @@ -13,17 +13,22 @@ <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> <p>Welcome, my name is Yaroslav de la Peña Smirnov. I keep this site to sometimes write about what I do or think on my weblog, or to remind myself of how to do certain things. You can take a look around, maybe you'll find something interesting or useful.</p> + <h2>Getting in contact</h2> <p>If you want to contact me, you can do so by email at: <a href="mailto:contact@yaroslavps.com">contact@yaroslavps.com</a> </p> <p>Public PGP key: <a href="https://www.yaroslavps.com/files/yaroslavpub.gpg">BD900E5D624046DC</a></p> + <h2>RSS feeds</h2> + <p>If you are interested in following what I may publish here (however often it + may be), you can add these RSS/Atom urls to your favorite RSS reader:</p> + <pre class="rss-links-list"> + https://www.yaroslavps.com/weblog/feed.xml + https://www.yaroslavps.com/food/feed.xml + </pre> </div> {% endblock %} |