From a00310ed8d7cf046896e0171e22dc8415d01a9d5 Mon Sep 17 00:00:00 2001 From: MultiMote Date: Wed, 5 Jun 2024 11:03:23 +0300 Subject: [PATCH] =?UTF-8?q?Description=20=D0=B3=D0=BB=D0=B0=D0=B2=D0=BD?= =?UTF-8?q?=D0=BE=D0=B9=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.toml | 1 + themes/mmotium/layouts/index.html | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 5070d92..f7b54ed 100644 --- a/config.toml +++ b/config.toml @@ -7,6 +7,7 @@ enableRobotsTXT = true [params] author = 'MultiMote' + description = 'Блог MultiMote' [permalinks] posts = "/:slugorfilename" diff --git a/themes/mmotium/layouts/index.html b/themes/mmotium/layouts/index.html index b00b1c3..93742dd 100644 --- a/themes/mmotium/layouts/index.html +++ b/themes/mmotium/layouts/index.html @@ -1,3 +1,8 @@ +{{ define "head_meta" }} + + +{{end}} + {{ define "main" }}
@@ -13,7 +18,7 @@ {{- $thumb := .Page.Resources.Get .Params.featured_image -}} {{if $thumb}} - + thumb {{end}}