]> fortfriendship.online Git - gnargle.github.io.git/commitdiff
add rss link
authorAthene Allen <atheneallen93@gmail.com>
Thu, 30 Jan 2025 13:45:10 +0000 (13:45 +0000)
committerAthene Allen <atheneallen93@gmail.com>
Thu, 30 Jan 2025 13:45:10 +0000 (13:45 +0000)
RSSGen/Program.cs
feed.xml [moved from feed.rss with 100% similarity]
img/rss.png [new file with mode: 0644]
shared/footer.html

index 113bb1dcf5d882b93ec518a45b47e0859ba113bf..f64ac3f079af66c13cf08c4c16ada95a7816ef0d 100644 (file)
@@ -68,7 +68,7 @@ foreach (var file in fileInfos)
 
 var output = Generator.SerializeRSS(myRSS);
 
-var rssPath = Path.Combine(Directory.GetCurrentDirectory(), "../../../../feed.rss");
+var rssPath = Path.Combine(Directory.GetCurrentDirectory(), "../../../../feed.xml");
 
 if (File.Exists(rssPath))
 {
similarity index 100%
rename from feed.rss
rename to feed.xml
diff --git a/img/rss.png b/img/rss.png
new file mode 100644 (file)
index 0000000..5220ba4
Binary files /dev/null and b/img/rss.png differ
index db8ff6484ae1874f57f109b77cecf1c013b1a902..0adc4a2bc839672e6f29833490b284ec4fa897db 100644 (file)
               ><img class="icon" src="../img/steam.svg" alt="steam logo"
             /></a>
           </div>
+          <div class="footer-entry">
+            <a target="_blank" href="../feed.xml"
+              ><img class="icon" src="../img/rss.png" alt="rss logo"
+            /></a>
+          </div>
         </div>
         <div class="footer-container">
           <script