howtos rss

This commit is contained in:
2026-07-29 09:42:42 +02:00
parent 8ca87407b4
commit 9219dd08bc
6 changed files with 36 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@
<title>Teletype Games</title>
<link rel="alternate" type="application/rss+xml" title="Teletype Games Blog" href="/api/rss/blog" />
<link rel="alternate" type="application/rss+xml" title="Teletype Games Releases" href="/api/rss/releases" />
<link rel="alternate" type="application/rss+xml" title="Teletype Games HowTos" href="/api/rss/howtos" />
</head>
<body>
<div id="app"></div>
+4
View File
@@ -61,6 +61,10 @@
<a href="/api/rss/releases" target="_blank" class="hover:text-orange-400 transition-colors" title="Releases RSS">
📡 Releases
</a>
<span class="text-gray-600">|</span>
<a href="/api/rss/howtos" target="_blank" class="hover:text-orange-400 transition-colors" title="HowTos RSS">
📡 HowTos
</a>
</div>
</div>
</div>