PUBLISH: add html lang

This commit is contained in:
Campbell Alden 2022-08-27 13:03:11 +09:00
parent ef7b7b0b00
commit 2ab43fa374
6 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html><head> <html lang="en"><head>
<title>404 Page not found</title> <title>404 Page not found</title>
<meta property="og:title" content="404 Page not found" /> <meta property="og:title" content="404 Page not found" />

View file

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html><head> <html lang="en"><head>
<title>About</title> <title>About</title>
<meta property="og:title" content="About" /> <meta property="og:title" content="About" />

View file

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html><head> <html lang="en"><head>
<meta name="generator" content="Hugo 0.101.0" /> <meta name="generator" content="Hugo 0.101.0" />
<title>CaAlden: Films</title> <title>CaAlden: Films</title>
<meta property="og:title" content="CaAlden: Films" /> <meta property="og:title" content="CaAlden: Films" />

View file

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html><head> <html lang="en"><head>
<title>Reviews</title> <title>Reviews</title>
<meta property="og:title" content="Reviews" /> <meta property="og:title" content="Reviews" />

View file

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html><head> <html lang="en"><head>
<title>The French Dispatch</title> <title>The French Dispatch</title>
<meta property="og:title" content="The French Dispatch" /> <meta property="og:title" content="The French Dispatch" />

View file

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html lang="en">
{{- partial "head.html" . -}} {{- partial "head.html" . -}}
<body> <body>
{{- partial "header.html" . -}} {{- partial "header.html" . -}}