From: Rico Hoppe Date: Wed, 24 Jan 2024 15:42:59 +0000 (+0000) Subject: docs/modules/list: adjusted text size X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fe34cff6d37f7affb4954e03ca1d0f58ed0661e;p=ipfire.org.git docs/modules/list: adjusted text size --- diff --git a/src/templates/docs/modules/list.html b/src/templates/docs/modules/list.html index fd7546ed..bf635706 100644 --- a/src/templates/docs/modules/list.html +++ b/src/templates/docs/modules/list.html @@ -1,16 +1,16 @@ {% for page in pages %}
- +

{% if show_breadcrumbs %} {% for url, title in page.breadcrumbs %} - {{ title }} / + {{ title }} / {% end %} {% end %} {{ page.title }} - +

-

+

{% if show_author %} {{ _("Last edited %s") % locale.format_date(page.timestamp, shorter=True, relative=False) }}