From bade72a7a203af5e9574e3843d34a438a241882b Mon Sep 17 00:00:00 2001 From: jultty Date: Fri, 27 Sep 2024 09:02:32 -0300 Subject: [PATCH] Drop link content from listing, localize link pages --- templates/link-page.html | 3 ++- templates/links.html | 22 +++++++++++----------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/templates/link-page.html b/templates/link-page.html index 402906f..4130bc1 100644 --- a/templates/link-page.html +++ b/templates/link-page.html @@ -6,7 +6,8 @@ {%- block content %}

{{ page.title }}

- + + {%- if page.extra.comment %}

{{ page.extra.comment }}

{% endif %} {{- page.content | safe }} {%- endblock content %} diff --git a/templates/links.html b/templates/links.html index 5eb021e..aa52dd1 100644 --- a/templates/links.html +++ b/templates/links.html @@ -10,19 +10,19 @@