aboutsummaryrefslogtreecommitdiffstats
path: root/django
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-01-16 13:18:06 -0500
committerJesús <heckyel@hyperbola.info>2022-01-16 13:18:06 -0500
commit80082f4ff681dd76d68eeefe2f8369b3ba11952c (patch)
tree39bf89af437c840875f7339bd17f702e249f7ecc /django
parentebb98c20b517cd1329b5a500eae3e3b0c2bc6f8c (diff)
downloadpersonal-site-80082f4ff681dd76d68eeefe2f8369b3ba11952c.tar.lz
personal-site-80082f4ff681dd76d68eeefe2f8369b3ba11952c.tar.xz
personal-site-80082f4ff681dd76d68eeefe2f8369b3ba11952c.zip
Remove itemprop="license"
(The property license is not recognized by the schema (e.g. schema.org) for an object of type Person.)
Diffstat (limited to 'django')
-rw-r--r--django/project/templates/trabajo/index.djhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/project/templates/trabajo/index.djhtml b/django/project/templates/trabajo/index.djhtml
index bd69c79..333ef54 100644
--- a/django/project/templates/trabajo/index.djhtml
+++ b/django/project/templates/trabajo/index.djhtml
@@ -148,7 +148,7 @@
href="https://git.sr.ht/~heckyel/personal-site"
rel="noopener noreferrer"
target="_blank">Source Code</a>
- <a itemprop="license" hidden href="{% static 'core/librejs.html' %}" data-jslicense="1" rel="license">Información de licencias de JavaScript.</a>
+ <a hidden href="{% static 'core/librejs.html' %}" data-jslicense="1" rel="license">Información de licencias de JavaScript.</a>
</p>
</div>
</footer>