mirror of
https://github.com/danbulant/design
synced 2026-07-05 11:00:38 +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 />
|
<Post {...post} bind:currentHover />
|
||||||
</div>
|
</div>
|
||||||
{/each}
|
{/each}
|
||||||
|
|
||||||
|
<small>There's also RSS feed available <a href="/posts/rss.xml">here</a>.</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
@ -118,4 +120,13 @@
|
||||||
.dark hr {
|
.dark hr {
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
small {
|
||||||
|
display: block;
|
||||||
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
|
margin: 30px 0;
|
||||||
|
}
|
||||||
|
small a {
|
||||||
|
color: rgb(4, 192, 192)
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Loading…
Reference in a new issue