diff --git a/src/templates/projects.html b/src/templates/projects.html index 48b59bc..cb95d70 100644 --- a/src/templates/projects.html +++ b/src/templates/projects.html @@ -15,7 +15,11 @@
{% for row in articles %}
- + {% if row.get('link') is not none %} + + {% else %} + + {% endif %} {% if row.get('link') is not none %} - -

{{ row.title }}

-
+ {% else %} - + + {% endif %}

{{ row.title }}

- {% endif %}

{{ row.description }}

{% for category in row.categories %}