Update header.php

This commit is contained in:
deepend-tildeclub 2024-08-17 10:27:18 -06:00 committed by GitHub
parent 8ba9569838
commit ce6b4937ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 2 deletions

View File

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