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>
|
||||
|
||||
<!-- 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 -->
|
||||
<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>
|
||||
|
||||
<body>
|
||||
|
|
@ -90,8 +90,8 @@
|
|||
</footer>
|
||||
|
||||
<!-- UIkit JS -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/uikit/dist/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.min.js' %}"></script>
|
||||
<script src="{% static 'js/uikit-icons.min.js' %}"></script>
|
||||
|
||||
<!-- Muistox JS -->
|
||||
<script src="{% static 'js/muistox.js' %}"></script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue