File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 7070 <div class="col-3">
7171 <h2>Documentation</h2>
7272[% doc_links %]
73+ <h2>Other links</h2>
74+ [% other_links %]
7375 </div>
7476 <div class="col-9">
7577[% content %]
Original file line number Diff line number Diff line change 55[% END -%]
66</ul>
77[% END -%]
8+
9+ [% MACRO other_links BLOCK -%]
10+ <ul>
11+ <li><a href="https://metacpan.org/release/[% release.distribution %]">MetaCPAN</a></li>
12+ <li><a href="http://matrix.cpantesters.org/?dist=[% release.distribution %]">CPAN testers</a></li>
13+ <li><a href="https://cpants.cpanauthors.org/release/[% release.author %]/[% release.name %]">CPANTS</a></li>
14+ <li><a href="[% release.download_url %]">Download</a></li>
15+ [% IF release.resources.bugtracker.web -%]
16+ <li><a href="[% release.resources.bugtracker.web %]">Bug tracker</a></li>
17+ [% END -%]
18+ [% IF release.resources.repository.web -%]
19+ <li><a href="[% release.resources.repository.web %]">Code repository</a></li>
20+ [% END -%]
21+ </ul>
22+ [% END -%]
You can’t perform that action at this time.
0 commit comments