aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/head
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/head')
-rw-r--r--layouts/partials/head/css.html11
-rw-r--r--layouts/partials/head/js.html5
2 files changed, 2 insertions, 14 deletions
diff --git a/layouts/partials/head/css.html b/layouts/partials/head/css.html
index c0dc59e..a9fbbeb 100644
--- a/layouts/partials/head/css.html
+++ b/layouts/partials/head/css.html
@@ -1,13 +1,4 @@
-{{- with resources.Get "css/pico.min.css" }}
- {{- if eq hugo.Environment "development" }}
- <link rel="stylesheet" href="{{ .RelPermalink }}">
- {{- else }}
- {{- with . | minify | fingerprint }}
- <link rel="stylesheet" href="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous">
- {{- end }}
- {{- end }}
-{{- end }}
-{{- with resources.Get "css/flexboxgrid.min.css" }}
+{{- with resources.Get "css/bootstrap.min.css" }}
{{- if eq hugo.Environment "development" }}
<link rel="stylesheet" href="{{ .RelPermalink }}">
{{- else }}
diff --git a/layouts/partials/head/js.html b/layouts/partials/head/js.html
index 7e1c81d..f4dc60e 100644
--- a/layouts/partials/head/js.html
+++ b/layouts/partials/head/js.html
@@ -10,7 +10,4 @@
{{- end }}
{{- end }}
{{- end }}
-<script type="module">
- import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjs';
- mermaid.initialize({ startOnLoad: true });
-</script> \ No newline at end of file
+<script src="/js/bootstrap.bundle.min.js"></script> \ No newline at end of file