Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
{% block head %}
{% module OpenGraph(
- title={{ _("IPFire Documentation - {{ file.filename }}") }},
- description="View a file uploaded by {{ file.author }} at {{ locale.format_date(file.created_at) }}",
+ title=_("IPFire Documentation - %s") % file.filename,
) %}
{% end block %}
{% block head %}
{% module OpenGraph(
- title={{ _("IPFire Documentation - {{ file.filename }}") }},
- description="The File Management System of the IPFire Documentation",
+ title=_("IPFire Documentation - Files"),
) %}
{% end block %}