compressor does stuff now
This commit is contained in:
parent
98d21531ee
commit
56523f6dcc
|
@ -1,2 +1,9 @@
|
||||||
# gawa
|
# gawa
|
||||||
Gawa is my personal website. I've personally written it using the django framework.
|
Gawa is my personal website. I've personally written it using the django framework.
|
||||||
|
|
||||||
|
# License
|
||||||
|
Bootstrap: MIT Licensed
|
||||||
|
Django: BSD 3-Clause "New" or "Revised" License
|
||||||
|
|
||||||
|
## My own additions:
|
||||||
|
Gawa: MIT Licensed, LICENSE (file)
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
{% compress css %}
|
{% compress css %}
|
||||||
<link type="text/x-scss" href="{% static 'bs5/scss/bootstrap.scss' %}" rel="stylesheet" media="screen">
|
<link type="text/x-scss" href="/static/bs5/scss/bootstrap.scss" rel="stylesheet" media="screen">
|
||||||
{% endcompress %}
|
{% endcompress %}
|
||||||
<script>
|
<script>
|
||||||
const setTheme = theme => {
|
const setTheme = theme => {
|
||||||
|
@ -178,7 +178,7 @@
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
{% compress js %}
|
{% compress js %}
|
||||||
<script src="{% static 'bs5/dist/js/bootstrap.js' %}"></script>
|
<script src="/static/bs5/dist/js/bootstrap.js"></script>
|
||||||
{% endcompress %}
|
{% endcompress %}
|
||||||
<script>
|
<script>
|
||||||
'use strict'
|
'use strict'
|
||||||
|
|
Loading…
Reference in New Issue