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

github.com/bjacquemet/personal-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/layouts/partials/head/meta.html')
-rw-r--r--themes/layouts/partials/head/meta.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/layouts/partials/head/meta.html b/themes/layouts/partials/head/meta.html
new file mode 100644
index 0000000..a5c2753
--- /dev/null
+++ b/themes/layouts/partials/head/meta.html
@@ -0,0 +1,10 @@
+<meta charset='utf-8'>
+ <meta name='viewport' content='width=device-width, initial-scale=1' />
+ <meta name='description' content='{{ .Params.description }}' />
+ <meta name='theme-color' content='{{- .Site.Params.accentColor | default "black" -}}' />
+ {{ if .Site.Params.assets.favicon }}
+ <link rel="shortcut icon" href="{{ .Site.Params.assets.favicon }}" type="image/x-icon" />
+ <link rel="icon" href="{{ .Site.Params.assets.favicon }}" type="image/x-icon" />
+ {{ end }}
+
+ {{ .Hugo.Generator }}