This commit is contained in:
Piero Toffanin 2021-07-05 09:19:46 -04:00
parent cdff45efe6
commit 29457397a1
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@
<link rel="stylesheet" href="{{ url_for('static', filename='css/materialize.min.css') }}">
<link rel="stylesheet" href="{{ url_for('static', filename='css/material-icons.css') }}" />
<link rel="stylesheet" href="{{ url_for('static', filename='css/prism.min.css') }}" />
<link rel="stylesheet" href="{{ url_for('static', filename='css/main.min.css') }}?t=1" />
<link rel="stylesheet" href="{{ url_for('static', filename='css/main.css') }}?t=2" />
{% if gaId %}
<!-- Global site tag (gtag.js) - Google Analytics -->