[WIP] new website design #266

Draft
rho_n wants to merge 70 commits from newsite into main
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>