mirror of
https://github.com/danbulant/design
synced 2026-06-17 13:21:30 +00:00
Mention the existence of RSS feed
This commit is contained in:
parent
73df171203
commit
e2fd7826c2
1 changed files with 11 additions and 0 deletions
|
|
@ -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>
|
||||
Loading…
Reference in a new issue