Mention the existence of RSS feed

This commit is contained in:
Daniel Bulant 2022-05-16 09:38:08 +02:00
parent 73df171203
commit e2fd7826c2

View file

@ -77,6 +77,8 @@
<Post {...post} bind:currentHover />
</div>
{/each}
<small>There's also RSS feed available <a href="/posts/rss.xml">here</a>.</small>
</div>
<style>
@ -118,4 +120,13 @@
.dark hr {
background: white;
}
small {
display: block;
text-align: center;
width: 100%;
margin: 30px 0;
}
small a {
color: rgb(4, 192, 192)
}
</style>