Move theme from subrepo into the main repo
the theme is customized for this site so having it as a sub repo dosent make sense
This commit is contained in:
8
themes/hugo-theme-minos/layouts/partials/meta.html
Normal file
8
themes/hugo-theme-minos/layouts/partials/meta.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{{- $description := or (.Description) (.Site.Params.Description) -}}
|
||||
{{- $keywords := or (.Keywords) (.Site.Params.Keywords) -}}
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
{{ with .Site.Params.Author -}}<meta name="author" content="{{ . }}">{{- end }}
|
||||
{{ if $description -}} <meta name="description" content="{{ $description }}"> {{- end }}
|
||||
{{ if $keywords -}} <meta name="keywords" content="{{ range $keywords }}{{ . }},{{ end }}"> {{- end }}
|
||||
Reference in New Issue
Block a user