From 7400d68fd3414257873ebcce683af08c30752691 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC?= Date: Sat, 10 Aug 2024 10:59:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B4=D0=BE=D0=BB=D0=B6?= =?UTF-8?q?=D0=B0=D0=B5=D0=BC=20opengraph=D0=B8=D1=82=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/posts/_index.md | 1 + layouts/_default/single.html | 5 ++--- layouts/partials/opengraph.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/posts/_index.md b/content/posts/_index.md index 4ce408e..cf9a103 100755 --- a/content/posts/_index.md +++ b/content/posts/_index.md @@ -1,4 +1,5 @@ --- title: "Статьи" +description: "Список статей" --- diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 5996247..acb7161 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -8,10 +8,9 @@ {{ .Title }} - - {{ .Content | replaceRE "()" `${1} ${3}` | safeHTML }} diff --git a/layouts/partials/opengraph.html b/layouts/partials/opengraph.html index 59e63d6..4ff43f4 100644 --- a/layouts/partials/opengraph.html +++ b/layouts/partials/opengraph.html @@ -37,7 +37,7 @@ {{- with partial "_funcs/get-page-images" . }} {{- range . | first 6 }} - + {{- end }} {{- end }}