We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c450d8d commit 5d5c688Copy full SHA for 5d5c688
3 files changed
includes/head.html
@@ -1,4 +1,5 @@
1
<head>
2
+ <meta charset="utf-8" />
3
<title>{% if error == '404' %}{{ site.data.ui.errors.oops }}{% elsif currentVersion == 'homepage' %}GitHub Documentation{% else %}{{ page.fullTitle }}{% endif %}</title>
4
<meta name="viewport" content="width=device-width, initial-scale=1">{% if page.hidden %}
5
<meta name="robots" content="noindex" />{% endif %}
layouts/default.html
@@ -1,3 +1,4 @@
+<!doctype html>
<html lang="{{currentLanguage}}">
{% include head %}
layouts/product-landing.html
@@ -1,9 +1,10 @@
<body class="d-lg-flex">
6
{% include sidebar %}
-
7
+
8
<main class="width-full">
9
{% include header %}
10
0 commit comments