From 52f7877bb878703d2864f0a1ddedfcca93e1b348 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sat, 25 Nov 2023 19:57:04 +0000 Subject: [PATCH] Improve article display --- templates/article2.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/article2.html b/templates/article2.html index a39be62..e6ef74c 100644 --- a/templates/article2.html +++ b/templates/article2.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}{{ title }}{% endblock %} +{% block title %}Link '{{ title }}' in '{{ hit.title }}'{% endblock %} {% block style %} @@ -8,7 +8,7 @@ {% block content %}
-

{{ self.title() }}

+

Link '{{ title }}' in '{{ hit.title }}'

@@ -23,7 +23,7 @@
total: {{ total }}
with link: {{ with_link }}
ratio: {{ "{:.1%}".format(with_link / total) }}
-
hit: {{ hit }}
+ {#
hit: {{ hit }}
#}
replacement: {{ found.replacement }}
section: {{ found.section }}