html validation fixes
This commit is contained in:
parent
fec48a2198
commit
97d32c5350
2 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
||||||
<html lang="en">
|
<!DOCTYPE html lang="en">
|
||||||
<head>
|
<head>
|
||||||
{% include "head.html" %}
|
{% include "head.html" %}
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
<meta charset="UTF-8">
|
<meta content="text/html" charset=UTF-8" name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
|
||||||
<meta content="text/html; charset=UTF-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes" />
|
|
||||||
<meta name="robots" content="index, follow">
|
<meta name="robots" content="index, follow">
|
||||||
{% if page.title %}
|
{% if page.title %}
|
||||||
{% set title = page.title %}
|
{% set title = page.title %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue