mirror of
https://github.com/JonasunderscoreJones/blog.jonasjones.dev.git
synced 2025-10-22 21:09:20 +02:00
added RSS feed link
This commit is contained in:
parent
94b9f6637d
commit
0f6051f834
1 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
|||
</script>
|
||||
|
||||
<div>
|
||||
<div class="rss">
|
||||
<a href="https://rss.jonasjones.dev/blog">Susbcribe to the RSS Feed <i class="fas fa-rss"></i></a>
|
||||
</div>
|
||||
<h1>--- Latest Blog Posts ---</h1>
|
||||
</div>
|
||||
|
||||
|
@ -17,4 +20,9 @@
|
|||
margin-top: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.rss a {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue