Remove cdn
This commit is contained in:
parent
29ce8fc554
commit
b864b535db
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -9,11 +9,11 @@
|
||||||
<title>{{ site_config.site_head_title }} : {% block title %}{% endblock %}</title>
|
<title>{{ site_config.site_head_title }} : {% block title %}{% endblock %}</title>
|
||||||
|
|
||||||
<!-- UIkit CSS -->
|
<!-- UIkit CSS -->
|
||||||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/uikit/dist/css/uikit.min.css" />
|
<link rel="stylesheet" type="text/css" href="{% static 'css/uikit.min.css' %}">
|
||||||
|
|
||||||
<!-- Muistox CSS -->
|
<!-- Muistox CSS -->
|
||||||
<link rel="stylesheet" type="text/css" href="{% static 'css/muistox.css' %}">
|
<link rel="stylesheet" type="text/css" href="{% static 'css/muistox.css' %}">
|
||||||
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}" />
|
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
@ -90,8 +90,8 @@
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<!-- UIkit JS -->
|
<!-- UIkit JS -->
|
||||||
<script src="https://cdn.jsdelivr.net/npm/uikit/dist/js/uikit.min.js"></script>
|
<script src="{% static 'js/uikit.min.js' %}"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/uikit/dist/js/uikit-icons.min.js"></script>
|
<script src="{% static 'js/uikit-icons.min.js' %}"></script>
|
||||||
|
|
||||||
<!-- Muistox JS -->
|
<!-- Muistox JS -->
|
||||||
<script src="{% static 'js/muistox.js' %}"></script>
|
<script src="{% static 'js/muistox.js' %}"></script>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue