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