diff --git a/src/kapidox/data/templates/frontpage.html b/src/kapidox/data/templates/frontpage.html index a78c803..cc4c48f 100644 --- a/src/kapidox/data/templates/frontpage.html +++ b/src/kapidox/data/templates/frontpage.html @@ -1,70 +1,70 @@ {% extends "base.html" %} {% block page_title %}{{title}}{% endblock %} {% block head %} {% endblock %} {% block title %} KDE Products {% endblock %} {% block content %}
{% for para in intro %}

{{ para }}

{% endfor %}
{% for product in product_list | sort(attribute='name')%}

{{ product.fancyname }}

{{ product.description }}

Maintainer{% if product.maintainers | length > 1 %}s{% endif %}: {% for maintainer in product.maintainers %} {{ maintainer.name }}{% if not loop.last %},{% endif %} {% else %} The KDE Community {% endfor %}
{% if product.platforms %}

- Platform{% if product.platforms | length > 1 %}s{% endif %}:{{ product.platforms | sort | join(' | ') }} + Platform{% if product.platforms | length > 1 %}s{% endif %}: {{ product.platforms | sort | join(' | ') }}

{% endif %} {% if qch or man %}
  • {% if qch %} [QCH file]{% endif %} {% if man %} MAN{% endif %}
  • {% endif %}
    {% endfor %} {% endblock content %} {% block sidebar %} {% include "frontpage-sidebar.html" %} {% endblock %} \ No newline at end of file