diff --git a/src/root/product-list.tt b/src/root/product-list.tt index 01c55acb..b78df643 100644 --- a/src/root/product-list.tt +++ b/src/root/product-list.tt @@ -146,11 +146,15 @@ - [% CASE "doc" %] + [% CASE ["doc", "doc-pdf"] %]
  • - Document + [% IF product.type == "doc-pdf" %] + PDF document + [% ELSE %] + Document + [% END %] [% SWITCH product.subtype %] [% CASE "readme" %] “README” file diff --git a/src/root/static/images/pdf.png b/src/root/static/images/pdf.png new file mode 100644 index 00000000..fca2c672 Binary files /dev/null and b/src/root/static/images/pdf.png differ