-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f601f15
commit 9af5f75
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
{{ partial "seo/metadata.html" . }} | ||
{{ block "stylesheets" . }}{{ partial "stylesheets.html" . }}{{ end }} | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lunr.min.js" integrity="sha256-DFDZACuFeAqEKv/7Vnu1Tt5ALa58bcWZegGGFNgET8g=" crossorigin="anonymous"></script> | ||
{{ if site.IsServer }} | ||
{{ if hugo.IsServer }} | ||
{{ $lunrStemmerJS := resources.Get "js/lunr.stemmer.support.js" }} | ||
<script src="{{ $lunrStemmerJS.Permalink }}"></script> | ||
{{- if not (eq site.Language.Lang "en") }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<!-- Javascript to load in footer --> | ||
{{ $params := dict "minify" true }} | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
{{ if site.IsServer }} | ||
{{ if hugo.IsServer }} | ||
{{ $frontJS := resources.Get "js/front.js" }} | ||
{{ $moodleboxJS := resources.Get "js/moodlebox.js" }} | ||
{{ $carouselJS := resources.Get "js/carousel.js" }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<!-- Bootstrap and Fork Awesome css --> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-gH2yIJqKdNHPEq0n4Mqa/HGKIhSkIHeL5AyhkYV8i59U5AR6csBvApHHNl/vI1Bx" crossorigin="anonymous"> | ||
<!-- Custom fonts and styles for this template --> | ||
{{ if site.IsServer }} | ||
{{ if hugo.IsServer }} | ||
{{ $cssOpts := (dict "enableSourceMap" true) }} | ||
{{ $forkAwesomeCSS := resources.Get "css/fork-awesome.css" | toCSS $cssOpts }} | ||
{{ $fontsCSS := resources.Get "css/fonts.css" | toCSS $cssOpts }} | ||
|