diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index e3795331..3713b96d 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -11,9 +11,13 @@
{{ if .IsHome }}{{ else }}{{ if .Title }}{{ .Title }} | {{ end }}{{ end }}{{ .Site.Title }}
{{- /* Meta */}}
+{{- if .IsHome }}
+{{ with .Site.Params.keywords -}}{{ end }}
+{{- else }}
+{{- end }}