chore: set html lang

This commit is contained in:
Ayo 2023-05-30 16:26:42 +02:00
parent 403bd370e2
commit aab6a559e0
2 changed files with 2 additions and 1 deletions

View file

@ -16,6 +16,7 @@
title: Ayo's Blog title: Ayo's Blog
description: Blogs on tech, life, and personal growth description: Blogs on tech, life, and personal growth
author: Ayo Ayco author: Ayo Ayco
lang: en
attribution: Ayo Ayco attribution: Ayo Ayco
attribution-url: "https://ayco.io" attribution-url: "https://ayco.io"
bugreport_url: "https://github.com/ayoayco/blog/issues/new" bugreport_url: "https://github.com/ayoayco/blog/issues/new"

View file

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html itemscope itemtype="http://schema.org/Article" lang="{{ page.lang | default: site.lang | default: " en " }}"> <html itemscope itemtype="http://schema.org/Article" lang="{{ page.lang | default: site.lang | default: "en" }}">
{% include head.html %} {% include head.html %}