From 27d4db2a2d792cbbf3b1348ce616219c6499f04e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Garrido=20Labrador?= Date: Sun, 21 Oct 2018 23:01:15 +0200 Subject: [PATCH] HotFix: Description only en code page --- Source/assets/html/codebox.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/assets/html/codebox.twig b/Source/assets/html/codebox.twig index 78b6f91..e42db7a 100644 --- a/Source/assets/html/codebox.twig +++ b/Source/assets/html/codebox.twig @@ -29,7 +29,7 @@ {% endif %}
- {% if page.page!="home"%}Description: {{ code.description }}{% endif %} + {% if page.page=="code"%}Description: {{ code.description }}{% endif %}