From 15ebd2d3cf2cff4d011308ebd42a4e749c72cdb0 Mon Sep 17 00:00:00 2001 From: Arcadiy Ivanov Date: Mon, 14 Aug 2023 23:43:51 -0400 Subject: [PATCH] SEO: title and logo Don't override title Add SVG logo to all pages --- _config.yml | 1 + _includes/layout/metaAndStyles.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index a625101..4a8dc45 100644 --- a/_config.yml +++ b/_config.yml @@ -33,3 +33,4 @@ exclude: twitter: card: summary username: pybuilder_ +logo: /img/logo.svg diff --git a/_includes/layout/metaAndStyles.html b/_includes/layout/metaAndStyles.html index fa3d205..8aee010 100644 --- a/_includes/layout/metaAndStyles.html +++ b/_includes/layout/metaAndStyles.html @@ -30,4 +30,4 @@ -{% seo %} +{% seo title=false %}