Fix static path
Invalid block tag on line 15: 'static'.
This commit is contained in:
parent
ad58290818
commit
ebb98c20b5
@ -1,6 +1,7 @@
|
|||||||
<!Doctype html>
|
<!Doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
{% load static %}
|
||||||
<meta charset="UTF-8"/>
|
<meta charset="UTF-8"/>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||||
<title>Sitio personal de Jesús</title>
|
<title>Sitio personal de Jesús</title>
|
||||||
@ -18,7 +19,6 @@
|
|||||||
<meta name="twitter:title" content="Sitio personal de Jesús"/>
|
<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:description" content="Trabajos, proyectos y contribuciones de Jesús E."/>
|
||||||
<meta name="twitter:image" content="{% static 'core/images/favicon.png' %}"/>
|
<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="icon" href="{% static 'core/images/favicon.png' %}" sizes="192x192" />
|
||||||
<link rel="stylesheet" type="text/css"
|
<link rel="stylesheet" type="text/css"
|
||||||
href="{% static 'core/lib/normalize-css/normalize.css' %}"
|
href="{% static 'core/lib/normalize-css/normalize.css' %}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user