jekyll(assets): move bootstrap to assets folder

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-07-27 03:22:15 +02:00
parent 189d8abe48
commit 2a0de5f737
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
4 changed files with 3 additions and 3 deletions

View File

@ -61,12 +61,12 @@
<!-- landing page scripts -->
<script defer src="/js/theme-switcher.js"></script>
<script defer src="/js/jquery.js"></script>
<script defer src="/js/bootstrap.min.js"></script>
<script defer src="/assets/bootstrap/bootstrap.min.js"></script>
{%- else -%}
<script defer src="/js/theme-switcher.js"></script>
<script defer src="/js/anchorlinks.js"></script>
<script defer src="/js/jquery.js"></script>
<script defer src="/js/bootstrap.min.js"></script>
<script defer src="/assets/bootstrap/bootstrap.min.js"></script>
<script defer src="/js/docs.js"></script>
{%- endif -%}
{%- if site.local_search -%}
@ -88,7 +88,7 @@
<link rel="preload" as="font" href="/fonts/glyphicons-halflings-regular.woff2" type="font/woff2" crossorigin="anonymous">
<link rel="stylesheet" href="/assets/fontawesome/css/all.min.css">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/assets/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="/assets/css/style.css" id="pagestyle">
<!-- SEO stuff -->

0
css/bootstrap.min.css → assets/bootstrap/bootstrap.min.css vendored Executable file → Normal file
View File

View File

0
js/bootstrap.min.js → assets/bootstrap/bootstrap.min.js vendored Executable file → Normal file
View File