aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2022-02-23 03:40:58 +0800
committerJesús <heckyel@hyperbola.info>2022-02-23 03:40:58 +0800
commitc7c49f50749ebe4ca977394f076ddea7fe0d9704 (patch)
treeec45b0280e75f6c7c0fe076a57604d9e41990ac7
parent3e92b492a4f172aeb45cef51b4d63f2618260856 (diff)
downloadpersonal-site-c7c49f50749ebe4ca977394f076ddea7fe0d9704.tar.lz
personal-site-c7c49f50749ebe4ca977394f076ddea7fe0d9704.tar.xz
personal-site-c7c49f50749ebe4ca977394f076ddea7fe0d9704.zip
Remove check integrity for estilos.min.cssHEADmaster
-rw-r--r--django/core/templates/core/base.djhtml3
1 files changed, 1 insertions, 2 deletions
diff --git a/django/core/templates/core/base.djhtml b/django/core/templates/core/base.djhtml
index d9afd5a..a86f0be 100644
--- a/django/core/templates/core/base.djhtml
+++ b/django/core/templates/core/base.djhtml
@@ -42,8 +42,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' %}"
- integrity="sha512-F6X8y3VnnT7bzn002FiANw9eGVVDdKHpkNc6TVytQmOgV0j7M7/VUXUcAL5LaEBIuTuKGtR86qCS4VLA6oJW4g=="/>
+ href="{% static 'core/css/estilos.min.css' %}?v=1fecd3d659a02d80dbe404c60f968040"/>
</head>
<body>
<!-- Header and Menu -->