From ad582908184b993e6d0a79680056d1ed31033c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 16 Jan 2022 12:53:32 -0500 Subject: Add microdata --- django/project/templates/trabajo/index.djhtml | 33 ++++++++++++++------------- 1 file changed, 17 insertions(+), 16 deletions(-) (limited to 'django/project') diff --git a/django/project/templates/trabajo/index.djhtml b/django/project/templates/trabajo/index.djhtml index 9081a4e..bd69c79 100644 --- a/django/project/templates/trabajo/index.djhtml +++ b/django/project/templates/trabajo/index.djhtml @@ -22,17 +22,17 @@
{% for project in projects %} -
+
- {{project.title}} + {{project.title}}

{% if project.link %} - {{project.title}} + {{project.title}} {% endif %}

-

{{project.decription}}

+

{{project.decription}}

{% endfor %} @@ -44,7 +44,7 @@ {% block footer %} -