aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html11
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 %}