From 72ec39fd0285e11573e1f9aa10d59d9f54a6e191 Mon Sep 17 00:00:00 2001 From: djoate <56777051+djoate@users.noreply.github.com> Date: Sat, 23 Nov 2019 15:38:18 -0500 Subject: [PATCH] Stop using capture tags for card.html includes --- _includes/card.html | 4 +-- _includes/sections/resources.html | 58 ++++++++++--------------------- weblate-source-file.yml | 25 ++++++------- 3 files changed, 32 insertions(+), 55 deletions(-) diff --git a/_includes/card.html b/_includes/card.html index a3b9803d..31ffe830 100644 --- a/_includes/card.html +++ b/_includes/card.html @@ -34,7 +34,7 @@ {% elsif include.font %} {% endif %} - {{include.description}} + {{include.description | translate_text }}
@@ -47,7 +47,7 @@
{% endif %}
{% elsif include.page %}
-
+
{% if include.moretext %}
{{include.moretext}}
{% else %}
diff --git a/_includes/sections/resources.html b/_includes/sections/resources.html
index 156fe857..baa8e79d 100644
--- a/_includes/sections/resources.html
+++ b/_includes/sections/resources.html
@@ -4,76 +4,56 @@