about summary refs log tree commit diff stats
path: root/themes/bear/templates/seo_tags.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/bear/templates/seo_tags.html')
-rw-r--r--themes/bear/templates/seo_tags.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/bear/templates/seo_tags.html b/themes/bear/templates/seo_tags.html
new file mode 100644
index 0000000..4eb2bc8
--- /dev/null
+++ b/themes/bear/templates/seo_tags.html
@@ -0,0 +1,2 @@
+<meta name="title" content="{% if page.title %}{{ page.title }}{% else %}{{ config.title }}{% endif %}">
+<meta name="description" content="{{ config.description }}" />