From aab6a559e089b61e6c4e1315e517b2810158af93 Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 30 May 2023 16:26:42 +0200 Subject: [PATCH] chore: set html lang --- _config.yml | 1 + _layouts/default.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index ea8bb8f..13b1d89 100644 --- a/_config.yml +++ b/_config.yml @@ -16,6 +16,7 @@ title: Ayo's Blog description: Blogs on tech, life, and personal growth author: Ayo Ayco +lang: en attribution: Ayo Ayco attribution-url: "https://ayco.io" bugreport_url: "https://github.com/ayoayco/blog/issues/new" diff --git a/_layouts/default.html b/_layouts/default.html index ba724d1..024f787 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,5 +1,5 @@ - + {% include head.html %}