Fix static path

Invalid block tag on line 15: 'static'.
This commit is contained in:
Jesús 2022-01-16 13:07:10 -05:00
parent ad58290818
commit ebb98c20b5
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -1,6 +1,7 @@
<!Doctype html>
<html lang="en">
<head>
{% load static %}
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Sitio personal de Jesús</title>
@ -18,7 +19,6 @@
<meta name="twitter:title" content="Sitio personal de Jesús"/>
<meta name="twitter:description" content="Trabajos, proyectos y contribuciones de Jesús E."/>
<meta name="twitter:image" content="{% static 'core/images/favicon.png' %}"/>
{% load static %}
<link rel="icon" href="{% static 'core/images/favicon.png' %}" sizes="192x192" />
<link rel="stylesheet" type="text/css"
href="{% static 'core/lib/normalize-css/normalize.css' %}"