2025-11-12 07:54:01 -08:00

14 lines
401 B
Plaintext

<%#
feed source files are in pb_hooks/pages/feed
they are there so the +layout.ejs doesn't apply
%>
<h2 class="title is-2">Content Feeds</h2>
<h3 class="title is-3">VODS</h3>
<div class="content">
<ul class="1">
<li><a href="/vods/feed.json">/vods/feed.json</a></li>
<li><a href="/vods/feed.xml">/vods/feed.xml</a></li>
<li><a href="/vods/rss.xml">/vods/rss.xml</a></li>
</ul>
</div>