compressor does stuff now

This commit is contained in:
Christoph J. Scherr 2023-06-02 13:00:10 +02:00
parent 98d21531ee
commit 56523f6dcc
Signed by: PlexSheep
GPG Key ID: 25B4ACF7D88186CC
2 changed files with 9 additions and 2 deletions

View File

@ -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)

View 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'