fix lang attribute

This commit is contained in:
Lyn Fugmann 2024-10-02 20:30:05 +02:00
parent 35f5304d8b
commit d3d7272cf9

View file

@ -4,7 +4,7 @@ eleventyComputed:
key: "{{ title | safe }}" key: "{{ title | safe }}"
--- ---
<!doctype html> <!doctype html>
<html lang="en"> <html lang="{{ lang }}">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">