diff options
author | Jesús <heckyel@hyperbola.info> | 2020-09-19 20:23:22 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-09-19 20:23:22 -0500 |
commit | 79cc89c8da27b248467a0c6115fc9439da887c27 (patch) | |
tree | 8dffac62cc5a7323ecc9ab643ef2576f8c694500 | |
parent | 8322997c8cea55b933313f1d7567099d393df85a (diff) | |
download | personal-site-79cc89c8da27b248467a0c6115fc9439da887c27.tar.lz personal-site-79cc89c8da27b248467a0c6115fc9439da887c27.tar.xz personal-site-79cc89c8da27b248467a0c6115fc9439da887c27.zip |
Remove integrity
-rw-r--r-- | core/templates/core/base.djhtml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/templates/core/base.djhtml b/core/templates/core/base.djhtml index 4693c61..1f383b4 100644 --- a/core/templates/core/base.djhtml +++ b/core/templates/core/base.djhtml @@ -13,8 +13,7 @@ href="{% static 'core/lib/normalize-css/normalize.css' %}" integrity="sha512-Ol+aW3PNQAjGdD0KCyelmB8whw85m+OUP6XSSFSfCC9CobIfc3/PpYI5y8G1KINs61i24t+qPh6ecNOkKIwj1g=="/> <link rel="stylesheet" type="text/css" - href="{% static 'core/css/estilos.min.css?v=2.0.0' %}" - integrity="sha512-yoR3Cy3OzjVDL9b7R1xUysV/lFPlX+AdNRsjyvDI0Vr/ObCgpYlyyK2FrZH2tU2fhccWopk5wTm23Qlk+CH0/g=="/> + href="{% static 'core/css/estilos.min.css' %}"/> </head> <body> <!-- Header and Menu --> |