Remove itemprop="license"

(The property license is not recognized by the schema (e.g. schema.org) for an object of type Person.)
This commit is contained in:
Jesús 2022-01-16 13:18:06 -05:00
parent ebb98c20b5
commit 80082f4ff6
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -148,7 +148,7 @@
href="https://git.sr.ht/~heckyel/personal-site" href="https://git.sr.ht/~heckyel/personal-site"
rel="noopener noreferrer" rel="noopener noreferrer"
target="_blank">Source Code</a> 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> </p>
</div> </div>
</footer> </footer>