💾 Archived View for gmi.noulin.net › gitRepositories › forb › file › template › feed.xml.gmi captured on 2024-07-09 at 00:19:03. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
feed.xml (446B)
1 --- 2 layout: null 3 --- 4 <?xml version="1.0" encoding="UTF-8"?> 5 <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 6 <channel> 7 <title>_%title</title> 8 <description>_%description</description> 9 <link>_%url/</link> 10 <atom:link href="_%url/feed.xml" rel="self" type="application/rss+xml"/> 11 <pubDate>_%date</pubDate> 12 <lastBuildDate>_%date</lastBuildDate> 13 <generator>Forb</generator> 14 {{ posts }} 15 </channel> 16 </rss>