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: [PATCH] Add microdata --- django/core/templates/core/base.djhtml | 25 ++++++++++---- django/project/templates/trabajo/index.djhtml | 33 ++++++++++--------- 2 files changed, 35 insertions(+), 23 deletions(-) diff --git a/django/core/templates/core/base.djhtml b/django/core/templates/core/base.djhtml index ffddace..728bcf0 100644 --- a/django/core/templates/core/base.djhtml +++ b/django/core/templates/core/base.djhtml @@ -7,6 +7,17 @@ + + + + + + + + + + + {% load static %} -
+
-
+
-

Jesús

-

Desarrollador

+

Jesús

+

Desarrollador

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