new website design #266

Merged
rho_n merged 86 commits from newsite into main 2025-10-18 03:31:35 +00:00
Showing only changes of commit f2b00145ad - Show all commits

View File

@@ -93,7 +93,10 @@
<ul>
<!--% FOREACH latest_episodes IN DBI.query(query_latest_episodes)
%-->
<li><a href="<!--% absolute_path(baseurl) %-->eps/hpr<!--% zero_pad_left(latest_episodes.id) %-->/index.html">hpr<!--% latest_episodes.id %--> :: <!--% latest_episodes.title %--></a></li>
<li><a href="<!--% absolute_path(baseurl) %-->eps/hpr<!--% zero_pad_left(latest_episodes.id) %-->/index.html">hpr<!--% latest_episodes.id %--> :: <!--% latest_episodes.title %--></a>
<ul><li>
<!--% latest_episodes.summary %-->
</li></ul>
<!--% host_cnt = host_cnt + 1 %-->
<!--% END %-->
</ul>