PUBLISH: add html lang
This commit is contained in:
parent
ef7b7b0b00
commit
2ab43fa374
6 changed files with 6 additions and 6 deletions
|
|
@ -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" />
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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" />
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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" />
|
||||||
|
|
|
||||||
|
|
@ -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" />
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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" />
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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" . -}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue