added RSS feed link

This commit is contained in:
J-onasJones 2024-06-16 20:54:14 +02:00
parent 94b9f6637d
commit 0f6051f834

View file

@ -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>