From 8bead171db89f5f127cc1b67ddba87167e9445dc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@xover.mud.at>
Date: Fri, 29 Jul 2022 16:58:53 +0200
Subject: [PATCH] Wikipedia: include wikipedia abstract in popup body

---
 wikipedia.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/wikipedia.json b/wikipedia.json
index a1774a480..b6958d684 100644
--- a/wikipedia.json
+++ b/wikipedia.json
@@ -54,7 +54,8 @@
             "  <li>{{ e|raw }}</li>",
             "{% endfor %}",
             "</ul>",
-            "{% endif %}"
+            "{% endif %}",
+            "<p>{{ tags.wikidata|default(tags.wikipedia)|wikipediaAbstract }}</p>"
         ]
     }
 }