diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 3a1bcae6..34a89492 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -17,8 +17,8 @@
{{ with .Params.Summary | default .Site.Params.description -}}
{{- end }}
- {{ with .Site.Params.keywords -}}
-
+ {{ with .Params.Tags | default .Site.Params.keywords -}}
+
{{- end }}
{{ with .Site.Params.robots }}