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 %}