aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/head.html
diff options
context:
space:
mode:
authorOlivier Roques <olivier@oroques.dev>2020-11-21 21:41:04 +0100
committerOlivier Roques <olivier@oroques.dev>2020-11-21 21:41:04 +0100
commitabc4a6c4231ba92f6ae6f8a2a2b22166a70b9dbd (patch)
tree2c866d328f6df78db91f6fec68d77aac3d892f18 /layouts/partials/head.html
parent00f8cde5eb1f6b8c12a926c8813c4a9be2992298 (diff)
Upgrade Bootstrap and favicon
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index c852461..1260007 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -5,13 +5,13 @@
<title>{{ .Title }}</title>
<meta name="description" content="{{ .Site.Params.description }}">
<meta name="author" content='{{ .Site.Params.author }}'>
-
- {{- if not .Site.IsServer -}}
- {{ template "_internal/google_analytics.html" . }}
- {{- end -}}
+
+ {{ if not .Site.IsServer }}
+ {{ template "_internal/google_analytics.html" . }}
+ {{ end }}
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;700&display=swap" rel="stylesheet">
- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
{{ $style := resources.Get "sass/researcher.scss" | toCSS | minify }}
<link rel="stylesheet" href="{{ $style.RelPermalink }}">