~kris/9p

krisyotam.net

ref: ad748e037aad8d5c495b33e6c168f49407b1bf8a krisyotam.net/apps/wman/section_list.tpl -rwxr-xr-x 272 bytes
ad748e03 — Kris Yotam ci: keep Vercel token out of build logs a month ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
<h1>Manual Sections</h1>

<ul style="text-transform: capitalize;">
% for(c in $wman_cat_list) {
    <li><a href="%($c%)/"><b>Section: %($c%)</b></a>
%   wman_get_section_desc $c 
%   if(~ $status '' '|')
%       echo '(<a href="'$c'/intro">intro</a>)'
    </li>
% }
</ul>