add lang attributes
authorRalf Jung <post@ralfj.de>
Sun, 2 Dec 2018 14:25:10 +0000 (15:25 +0100)
committerRalf Jung <post@ralfj.de>
Sun, 2 Dec 2018 14:25:10 +0000 (15:25 +0100)
ralf/_layouts/default.html
ralf/index.html

index 08ae22039c9022f6734c89b6521508f83cfb918d..97795d73569f928c3ed3054c262c3491ac9b92a3 100644 (file)
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
 <!DOCTYPE html>
-<html>
+<html lang="en">
 
   <head>
     <meta charset="utf-8">
 
   <head>
     <meta charset="utf-8">
index 28be8c4f5b1d1c594da52628577876b750ebc357..32683c850cfceae67fb82c7c55c90870c9631277 100644 (file)
@@ -2,6 +2,7 @@
 title: ralfj.de
 ---
 
 title: ralfj.de
 ---
 
+<div>
 <h2>Welcome</h2>
 <p>
 Welcome at ralfj.de, my server for experiments and digital independence.
 <h2>Welcome</h2>
 <p>
 Welcome at ralfj.de, my server for experiments and digital independence.
@@ -32,7 +33,9 @@ If you have questions about this (or anything else on this server), please don't
 <p>
 Use the menu at the left to browse this site for information about me and my projects. Maybe some of them are also of interest to you?
 </p>
 <p>
 Use the menu at the left to browse this site for information about me and my projects. Maybe some of them are also of interest to you?
 </p>
+</div>
 
 
+<div lang="de">
 <h2>Willkommen</h2>
 <p>
 Willkommen auf ralfj.de, meinem Server für Experimente und digitale Unabhängigkeit.
 <h2>Willkommen</h2>
 <p>
 Willkommen auf ralfj.de, meinem Server für Experimente und digitale Unabhängigkeit.
@@ -64,3 +67,4 @@ Falls du Fragen hierzu (oder zu sonst irgendwas auf diesem Server) hast, zögere
 Im Menü links findest du Informationen über mich bzw. was ich so tue.
 Vielleicht ist manches davon ja auch für dich interessant.
 </p>
 Im Menü links findest du Informationen über mich bzw. was ich so tue.
 Vielleicht ist manches davon ja auch für dich interessant.
 </p>
+</div>