Browse Source

Added doctype to all HTML templates

pass-block-name-in-url
Roman Axelrod 2 years ago
parent
commit
4192d16b7a
  1. 1
      layouts/alignfull.hbs
  2. 1
      layouts/container.hbs
  3. 1
      layouts/error.hbs
  4. 1
      layouts/index.hbs
  5. 1
      layouts/scroll.hbs
  6. 1
      layouts/sync.hbs

1
layouts/alignfull.hbs

@ -1,3 +1,4 @@
<!doctype html>
<html lang="en">
{{> (include_partial "layouts/partials/head") }}

1
layouts/container.hbs

@ -1,3 +1,4 @@
<!doctype html>
<html lang="en">
{{> (include_partial "layouts/partials/head") }}

1
layouts/error.hbs

@ -1,3 +1,4 @@
<!doctype html>
<html lang="en">
{{> (include_partial "layouts/partials/head") }}

1
layouts/index.hbs

@ -1,3 +1,4 @@
<!doctype html>
<html lang="en">
<head>

1
layouts/scroll.hbs

@ -1,3 +1,4 @@
<!doctype html>
<html lang="en">
{{> (include_partial "layouts/partials/head") }}

1
layouts/sync.hbs

@ -1,3 +1,4 @@
<!doctype html>
<html lang="en">
<head>

Loading…
Cancel
Save