From 31ad2c1d1265d38b8c9946f334896f999e7b1dfa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adri=C3=A1n=20Ro=C5=A1inec?= <rosinec@ics.muni.cz>
Date: Fri, 31 Mar 2023 14:22:51 +0200
Subject: [PATCH] Fix title

---
 mkdocs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index 96ea517a..cbfcc6d7 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -21,7 +21,7 @@ extra:
   generator: false
   version: !ENV [SITE_VERSION, 'undef_build_number']
   build_date: !ENV [SITE_BUILD_DATE, 'today']
-  site_title: e-INFRA CZ Documentation"
+  site_title: e-INFRA CZ Documentation
 
 theme:
   name: material
-- 
GitLab