Initial commit
This commit is contained in:
10
themes/default/layouts/partials/head.html
Normal file
10
themes/default/layouts/partials/head.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
|
||||
|
||||
{{- partial "head/css.html" . }}
|
||||
|
||||
{{ with .Site.Params.favicon -}}
|
||||
<link rel="icon" href="{{ . }}" type="image/png" />
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user