From 880af9bb7d3d54d061f2088c752209f7aa5ce769 Mon Sep 17 00:00:00 2001 From: kbe Date: Tue, 19 Aug 2025 23:52:23 +0200 Subject: [PATCH] Use post description in meta seo --- layouts/partials/seo/seo-meta.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/seo/seo-meta.html b/layouts/partials/seo/seo-meta.html index 3b4cdc4..c00ef6d 100644 --- a/layouts/partials/seo/seo-meta.html +++ b/layouts/partials/seo/seo-meta.html @@ -1,4 +1,4 @@ -{{- $description := .Description | default .Summary | default .Site.Params.description | default .Site.Title -}} +{{- $description := .Description | default .Params.description | default .Summary | default .Site.Params.description | default .Site.Title -}} {{- $keywords := delimit (.Keywords | default .Site.Params.keywords | default (slice)) ", " -}} {{- $author := .Params.author | default .Site.Params.author | default .Site.Title -}} {{- $robots := .Params.robots | default "index, follow" -}} @@ -37,4 +37,4 @@ - \ No newline at end of file +