Global CSS and JS partials.
This commit is contained in:
parent
ede280bb64
commit
11bb22ab30
@ -4,9 +4,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/icons.css">
|
{{ partialCached "css-global.html" . }}
|
||||||
<link rel="stylesheet" href="/simplesystems.css">
|
|
||||||
<link rel="stylesheet" href="/light-theme.css">
|
|
||||||
<link rel="shortcut icon" href="/favicon.ico">
|
<link rel="shortcut icon" href="/favicon.ico">
|
||||||
|
|
||||||
<title>{{ .Site.Title }} {{ block "title" . }} {{ with .Title }} | {{ . }} {{ end }} {{ end }}</title>
|
<title>{{ .Site.Title }} {{ block "title" . }} {{ with .Title }} | {{ . }} {{ end }} {{ end }}</title>
|
||||||
@ -20,6 +18,6 @@
|
|||||||
</main>
|
</main>
|
||||||
|
|
||||||
{{ partial "footer.html" . }}
|
{{ partial "footer.html" . }}
|
||||||
{{ partial "scripts/scripts.html" . }}
|
{{ partial "js-global.html" . }}
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
3
layouts/partials/css-global.html
Normal file
3
layouts/partials/css-global.html
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
<link rel="stylesheet" href="/icons.css">
|
||||||
|
<link rel="stylesheet" href="/simplesystems.css">
|
||||||
|
<link rel="stylesheet" href="/light-theme.css">
|
Loading…
Reference in New Issue
Block a user