Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions site/assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import starterScripts from "./assets/js/views/starter-scripts";
import onEveryPage from "./assets/js/views/on-every-page";

// Include parts of Bootstrap

/*
import {
//Alert,
Button,
Expand All @@ -27,7 +27,7 @@ import {
//Toast,
//Tooltip
} from 'bootstrap';

*/


const swup = new Swup({
Expand Down
4 changes: 2 additions & 2 deletions site/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
{{- partial "head/body-class.html" . -}}
<body class="{{ delimit (.Scratch.Get "class") " " }}" data-bs-spy="scroll" data-bs-target="#main-menu">
{{ partial "header/header.html" . }}
<div id="main" class="wrap transition-fade" role="document">
<main id="main" class="wrap transition-fade" role="main">
<div class="content">
{{ block "main" . }}{{ end }}
</div>
</div>
</main>
{{ block "sidebar-footer" . }}{{ end }}
{{ partial "footer/footer.html" . }}
{{ partial "footer/script-footer.html" . }}
Expand Down
2 changes: 1 addition & 1 deletion site/layouts/partials/head/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
{{ block "head/resource-hints" . }}{{ partial "head/resource-hints.html" . }}{{ end }}
{{ block "head/stylesheet" . }}{{ partial "head/stylesheet.html" . }}{{ end }}
{{ block "head/seo" . }}{{ partial "head/seo.html" . }}{{ end }}
{{ block "head/stylesheet" . }}{{ partial "head/stylesheet.html" . }}{{ end }}
{{ block "head/script-header" . }}{{ partial "head/script-header.html" . }}{{ end }}
</head>
2 changes: 1 addition & 1 deletion site/layouts/shortcodes/infobox.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ <h3 class="h2 mb-4 mb-lg-6 d-flex align-items-center gap-4 gap-lg-6">
</div>
</div>
</div>
<div class="col-lg-8 offset-lg-2 mb-8_ mb-lg-16_ entry-content">
<div class="col-lg-8 offset-lg-2 entry-content">
Loading