compressor does stuff now
This commit is contained in:
parent
98d21531ee
commit
56523f6dcc
|
@ -1,2 +1,9 @@
|
|||
# gawa
|
||||
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 name="viewport" content="width=device-width, initial-scale=1">
|
||||
{% 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 %}
|
||||
<script>
|
||||
const setTheme = theme => {
|
||||
|
@ -178,7 +178,7 @@
|
|||
</div>
|
||||
</footer>
|
||||
{% compress js %}
|
||||
<script src="{% static 'bs5/dist/js/bootstrap.js' %}"></script>
|
||||
<script src="/static/bs5/dist/js/bootstrap.js"></script>
|
||||
{% endcompress %}
|
||||
<script>
|
||||
'use strict'
|
||||
|
|
Loading…
Reference in New Issue