From 28caa1616470f896a293f1b4209715bdd15980d2 Mon Sep 17 00:00:00 2001 From: Smith Ellis Date: Wed, 15 Jan 2025 16:29:22 -0500 Subject: [PATCH] Properly display article titles --- kitsune/products/jinja2/products/includes/topic_macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitsune/products/jinja2/products/includes/topic_macros.html b/kitsune/products/jinja2/products/includes/topic_macros.html index 0fad961b1df..85f7ecc6193 100644 --- a/kitsune/products/jinja2/products/includes/topic_macros.html +++ b/kitsune/products/jinja2/products/includes/topic_macros.html @@ -27,7 +27,7 @@

{% for document in topic_data.documents %}
  • - {{ document.document_title }} + {{ document.title }}
  • {% endfor %}