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 }}