mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-08-08 09:32:27 +00:00
Switch themes to minimo
This commit is contained in:
8
themes/minimo/layouts/partials/head/meta.html
Normal file
8
themes/minimo/layouts/partials/head/meta.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<meta charset='utf-8'>
|
||||
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
||||
<meta name='description' content='{{ partial "data/description" . }}'>
|
||||
<meta name='theme-color' content='{{- .Site.Params.settings.accentColor | default "#ffcd00" -}}'>
|
||||
|
||||
{{ partial "head/opengraph" . }}
|
||||
|
||||
{{ hugo.Generator }}
|
Reference in New Issue
Block a user