Skip to content

Commit 5d94a6f

Browse files
authored
Merge pull request #71 from github/repo-sync
repo sync
2 parents 3505835 + 5d5c688 commit 5d94a6f

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

includes/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<head>
2+
<meta charset="utf-8" />
23
<title>{% if error == '404' %}{{ site.data.ui.errors.oops }}{% elsif currentVersion == 'homepage' %}GitHub Documentation{% else %}{{ page.fullTitle }}{% endif %}</title>
34
<meta name="viewport" content="width=device-width, initial-scale=1">{% if page.hidden %}
45
<meta name="robots" content="noindex" />{% endif %}

layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!doctype html>
12
<html lang="{{currentLanguage}}">
23
{% include head %}
34

layouts/product-landing.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
<!doctype html>
12
<html lang="{{currentLanguage}}">
23
{% include head %}
34

45
<body class="d-lg-flex">
56
{% include sidebar %}
6-
7+
78
<main class="width-full">
89
{% include header %}
910

0 commit comments

Comments
 (0)