From 3b3b7a129f9a0c644abd360a2fbecab7e3a18a49 Mon Sep 17 00:00:00 2001
From: davegson <3080765+davegson@users.noreply.github.com>
Date: Tue, 29 Dec 2020 15:04:01 +0100
Subject: [PATCH] Enable PU blogs to use
---
_includes/project_tablecard.html | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/_includes/project_tablecard.html b/_includes/project_tablecard.html
index d3b8535..723a6a3 100644
--- a/_includes/project_tablecard.html
+++ b/_includes/project_tablecard.html
@@ -104,6 +104,12 @@
- {{ li }}
{% endfor %}
+ {% elsif tag.type == 'ul' %}
+
+ {% for li in tag.lis %}
+ - {{ li }}
+ {% endfor %}
+
{% else %}
<{{ tag.type }}>{{ tag.text }}{{tag.type}}>
{% endif %}