diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index c62827f..006fc95 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -8,7 +8,7 @@
}
- {{ $title := .Title | default .Site.Title }}
+ {{ $title := $.Param "MetaTitle" | default .Title | default .Site.Title }}
{{ $description := .Description | default .Site.Params.Description }}
{{ $image := .Params.image | default .Site.Params.AvatarURL }}
{{ $siteKeywords := .Site.Params.MetaKeywords | default (slice) }}