]> git.deb.at Git - deb/packages.git/blobdiff - templates/html/show.tmpl
Packages::Page: Support homepage field
[deb/packages.git] / templates / html / show.tmpl
index a9ef33870b80d68ce9a7db15445ea6a33e16d7b9..aa3435f18ac21c2071a04c895fd2dddb51e1f86d 100644 (file)
@@ -45,7 +45,6 @@
 <h1>Package: [% pkg %] ([% versions.short %])
 [% END %]
 [%- PROCESS marker text=archive IF archive && archive != main_archive %]
-[%- PROCESS marker text=subsection IF subsection == 'non-US' and archive != 'non-US' %]
 [%- PROCESS marker text=section IF section && section != main_section %]
 [%- PROCESS marker text='essential' IF page.get_newest('essential') == 'yes' %]</h1>
 
 [%- END %]
 
 [% url = page.get_newest('url');
+   url = page.get_newest('homepage');
    IF url %]
 <h3>External Resources:</h3>
 <p>Homepage: <a href="[% url | uri %]">[% url | html %]</a></p>