all repos — zola-bearblog @ 9a344d88944a08a96e9681fd399d9b2f25eac56c

Port of bear blog theme to zola

Add meta description

Alan Pearce
commit

9a344d88944a08a96e9681fd399d9b2f25eac56c

parent

241f290f697a1301c6173d41fb9c6b45ec203287

2 files changed, 2 insertions(+), 1 deletion(-)

jump to
M config.tomlconfig.toml
@@ -1,6 +1,6 @@
title = "Zola ʕ•ᴥ•ʔ Bear Blog" base_url = "https://alanpearce.codeberg.page/zola-bearblog" -description = "" +description = "A Zola-theme based on Bear Blog." # Whether to automatically compile all Sass files in the sass directory compile_sass = false
M templates/seo_tags.htmltemplates/seo_tags.html
@@ -1,1 +1,2 @@
<meta name="title" content="{% if page.title %}{{ page.title }}{% else %}{{ config.title }}{% endif %}"> +<meta name="description" content="{{ config.description }}" />