mirror of
https://github.com/JonasunderscoreJones/blog.jonasjones.dev.git
synced 2025-10-23 00:09:18 +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>
|
</script>
|
||||||
|
|
||||||
<div>
|
<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>
|
<h1>--- Latest Blog Posts ---</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -17,4 +20,9 @@
|
||||||
margin-top: 50px;
|
margin-top: 50px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rss a {
|
||||||
|
text-decoration: none;
|
||||||
|
color: inherit;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
Loading…
Add table
Add a link
Reference in a new issue