about summary refs log tree commit diff stats
path: root/templates
diff options
context:
space:
mode:
authorAlan Pearce2023-09-02 18:54:22 +0200
committerAlan Pearce2023-09-02 18:54:22 +0200
commit9a344d88944a08a96e9681fd399d9b2f25eac56c (patch)
treee445f089fda5e9458cdfcdb723b71e89388d036d /templates
parent241f290f697a1301c6173d41fb9c6b45ec203287 (diff)
downloadzola-bearblog-9a344d88944a08a96e9681fd399d9b2f25eac56c.tar.lz
zola-bearblog-9a344d88944a08a96e9681fd399d9b2f25eac56c.tar.zst
zola-bearblog-9a344d88944a08a96e9681fd399d9b2f25eac56c.zip
Add meta description
Diffstat (limited to 'templates')
-rw-r--r--templates/seo_tags.html1
1 files changed, 1 insertions, 0 deletions
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 @@
 <meta name="title" content="{% if page.title %}{{ page.title }}{% else %}{{ config.title }}{% endif %}">
+<meta name="description" content="{{ config.description }}" />