From 663b769cd606d667f8a8b6b0af6e4b6030ea9632 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 2 Jun 2024 13:50:48 +0300 Subject: [PATCH] _includes/head.html: fix the robots tag I am surprised it did anything --- _includes/head.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index 685b1e0..510b050 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -2,7 +2,8 @@ - + + {% if page.title %}{{ page.title }} ~~ {{ site.title | strip_html }}{% else %}{{ site.title }}{% endif %}