Updated bootstrap, jQuery
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-07-21 23:30:25 +02:00
parent 2961477103
commit 62e8bf9597
5 changed files with 21 additions and 7041 deletions

View File

@ -33,21 +33,27 @@
</li>
{% endif %}
</ul>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">
<img alt="Creative Commons License" style="border-width:0"
src="{% link /assets/images/cc-by-sa40.png %}"/>
</a><br/>
<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">{{ site.title }}</span> by
<span xmlns:dct="https://www.dublincore.org/schemas/xmls/qdc/dcterms.xsd" property="dct:title">{{ site.title }}</span> by
<a xmlns:cc="http://creativecommons.org/ns" href="{{ site.url }}"
property="cc:attributionName"
rel="cc:attributionURL">
{{ site.data.author.name }}
</a> is licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">
Creative Commons Attribution-ShareAlike 4.0 International License
</a>.
</div>
</div>
</div>
</footer>
<script
src="https://code.jquery.com/jquery-3.7.0.min.js"
integrity="sha256-2Pmvv0kuTBOenSvLm6bvfBSSHrUJ+3A7x6P5Ebd07/g="
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js" integrity="sha384-geWF76RCwLtnZ8qwWowPQNguL3RmwHVBC9FhGdlKrxdiJJigb/j/68SIy3Te4Bkz" crossorigin="anonymous"></script>
<noscript><link rel="stylesheet" href="/assets/css/main.css" type="text/css"></noscript>