+ {{ end }} md:col-5 mb-6">
{{ partial "image" (dict "Src" .image "Alt" "feature image") }}
+ {{ end }} md:col-7 lg:col-6">
{{ .title | markdownify }}
diff --git a/layouts/partials/essentials/head.html b/layouts/partials/essentials/head.html
index 9f4deaa..073cacc 100755
--- a/layouts/partials/essentials/head.html
+++ b/layouts/partials/essentials/head.html
@@ -12,24 +12,31 @@
{{ partialCached "favicon" . }}
+
{{ partialCached "manifest" . }}
+
{{ partialCached "site-verifications.html" . }}
+
{{ partial "basic-seo.html" . }}
+
{{ partialCached "custom-script.html" . }}
+
{{ template "_internal/google_analytics.html" . }}
+
{{ partialCached "gtm.html" . }}
+
{{ partial "search-index.html" . }}
diff --git a/package.json b/package.json
index fe31de8..237dc77 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "hugoplate",
"description": "hugo tailwindcss boilerplate",
- "version": "1.4.0",
+ "version": "1.5.0",
"license": "MIT",
"author": "zeon.studio",
"scripts": {