|
@@ -60,9 +60,13 @@
|
|
|
{{ end }}
|
|
{{ end }}
|
|
|
|
|
|
|
|
{{ range .Site.Params.custom_css }}
|
|
{{ range .Site.Params.custom_css }}
|
|
|
- <link rel="stylesheet" href="{{ . | relURL }}">
|
|
|
|
|
|
|
+ <link rel="stylesheet" href="{{ . | relURL }}" />
|
|
|
{{ end }}
|
|
{{ end }}
|
|
|
|
|
|
|
|
|
|
+ {{ range .Site.Params.custom_js }}
|
|
|
|
|
+ <script src="{{ . | relURL }}"></script>
|
|
|
|
|
+ {{ end }}
|
|
|
|
|
+
|
|
|
<link rel="icon" type="image/png" href="{{ .Site.Params.favicon_32 | default "/images/favicon-32x32.png" | absURL }}" sizes="32x32">
|
|
<link rel="icon" type="image/png" href="{{ .Site.Params.favicon_32 | default "/images/favicon-32x32.png" | absURL }}" sizes="32x32">
|
|
|
<link rel="icon" type="image/png" href="{{ .Site.Params.favicon_16 | default "/images/favicon-16x16.png" | absURL }}" sizes="16x16">
|
|
<link rel="icon" type="image/png" href="{{ .Site.Params.favicon_16 | default "/images/favicon-16x16.png" | absURL }}" sizes="16x16">
|
|
|
|
|
|