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 @@