From 9a344d88944a08a96e9681fd399d9b2f25eac56c Mon Sep 17 00:00:00 2001
From: Alan Pearce
Date: Sat, 2 Sep 2023 18:54:22 +0200
Subject: Add meta description
---
config.toml | 2 +-
templates/seo_tags.html | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/config.toml b/config.toml
index ca8d27a..9b94cd6 100644
--- a/config.toml
+++ b/config.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
diff --git a/templates/seo_tags.html b/templates/seo_tags.html
index 797569a..4eb2bc8 100644
--- a/templates/seo_tags.html
+++ b/templates/seo_tags.html
@@ -1 +1,2 @@
+
--
cgit 1.4.1