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