forked from Surachai-kent/metacpan-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.tx
More file actions
24 lines (24 loc) · 801 Bytes
/
about.tx
File metadata and controls
24 lines (24 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
%% cascade base {
%% title => $title || 'MetaCPAN About'
%% }
%% override left_nav_classes -> { 'nav nav-pills nav-stacked' }
%% override left_nav_content -> {
[%-
for [
[ 'About MetaCPAN', '/about' ],
[ 'Sponsor[s|ing]', '/about/sponsors' ],
[ 'Contact', '/about/contact' ],
[ 'Development', '/about/development' ],
[ 'FAQ', '/about/faq' ],
[ 'Contributors', '/about/contributors' ],
[ 'meta::hack', '/about/meta_hack' ],
[ 'Missing Modules', '/about/missing_modules' ],
[ 'Distribution Metadata', '/about/metadata' ],
] -> $l {
%]
<li class="[% if $current[$l.1] { 'active' } %]">
<a href="[% $l.1 %]">[% $l.0 %]</a>
</li>
%% }
%% }
%% after content_classes -> { ' about' }