Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ojroques/hugo-researcher.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Roques <olivier@oroques.dev>2020-11-21 23:41:04 +0300
committerOlivier Roques <olivier@oroques.dev>2020-11-21 23:41:04 +0300
commitd9802662ae83b3a5773df2ed22639122cff21fff (patch)
tree2c866d328f6df78db91f6fec68d77aac3d892f18
parentf0151a71daeda21031ef15113a4b7a1975441925 (diff)
Upgrade Bootstrap and favicon
-rwxr-xr-x[-rw-r--r--]exampleSite/static/favicon.icobin15086 -> 7406 bytes
-rw-r--r--layouts/partials/head.html10
2 files changed, 5 insertions, 5 deletions
diff --git a/exampleSite/static/favicon.ico b/exampleSite/static/favicon.ico
index bb58b26..004044c 100644..100755
--- a/exampleSite/static/favicon.ico
+++ b/exampleSite/static/favicon.ico
Binary files differ
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 }}">