mfashby.net

Website mfashby.net
git clone git://code.mfashby.net:/mfashby.net
Log | Files | Refs | Submodules | README

rss.xml (1009B)


      1 <rss version="2.0"
      2   xmlns:atom="http://www.w3.org/2005/Atom"
      3   xmlns:content="http://purl.org/rss/1.0/modules/content/">
      4   <channel>
      5     <title>Home on mfashby.net</title>
      6     <link>https://mfashby.net/</link>
      7     <description>Recent content in Home on mfashby.net</description>
      8     <language>en-gb</language>
      9     <lastBuildDate>Sun, 03 Mar 2024 19:31:27 +0000</lastBuildDate>
     10     <atom:link href="https://mfashby.net/index.xml" rel="self" type="application/rss+xml"/>
     11     <ctx :loop="$page.subpages()">
     12         <item>
     13         <title :text="$loop.it.title"></title>
     14         <link :text="$loop.it.link().prefix('https://mfashby.net')"></link>
     15         <pubDate :text="$loop.it.date.formatHTTP()"></pubDate>
     16         <guid isPermaLink="true" :text="$loop.it.link().prefix('https://mfashby.net')"></guid>
     17         <description :text="$loop.it.description"></description>
     18         <!-- <content:encoded :html="$loop.it.content()"></content:encoded> It doesn't work -->
     19         </item>
     20     </ctx>
     21   </channel>
     22 </rss>