Update header.php

add rss feed
This commit is contained in:
deepend-tildeclub 2024-08-17 10:21:20 -06:00 committed by GitHub
parent f436a4464d
commit abb7f6537b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -10,3 +10,9 @@
<body>
<?php include "nav.html"; ?>
<div class="content">
<!-- RSS Icon -->
<div class="rss-icon-container">
<a href="/changes.rss" title="RSS Feed">
<img src="images/rss.png" alt="RSS Feed">
</a>
</div>