aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_layouts
diff options
context:
space:
mode:
authorMike McQuaid2017-06-27 08:07:25 +0100
committerMike McQuaid2017-06-27 08:07:25 +0100
commit4fb60d89886758884fae29566fc04de66837f0c6 (patch)
treefe5f9497530cb5f29690c452655e573c762e7db1 /docs/_layouts
parent13576111e0d8c335ef9fb5d6c37c4afbe083224a (diff)
downloadbrew-4fb60d89886758884fae29566fc04de66837f0c6.tar.bz2
docs.brew.sh: Tweak meta tags.
Diffstat (limited to 'docs/_layouts')
-rw-r--r--docs/_layouts/base.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/_layouts/base.html b/docs/_layouts/base.html
index 71ca22ce4..324b42c6f 100644
--- a/docs/_layouts/base.html
+++ b/docs/_layouts/base.html
@@ -1,8 +1,7 @@
<!DOCTYPE html>
<html {% if page.direction == "rtl" %}dir="rtl" {% endif %}lang="{{ page.lang }}">
<head>
- <meta charset="utf-8">
- <meta name="dc.creator" content="Rémi Prévost - http://exomel.com">
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
{% if page.title %}
<title>{{ page.title }} — Homebrew</title>
{% elsif page.direction == "rtl" %}
@@ -12,7 +11,7 @@
{% endif %}
{% seo title=false %}
{% feed_meta %}
- <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="viewport" content="width=device-width">
<link rel="shortcut icon" href="/img/favicon.ico">
<link rel="icon" sizes="16x16" href="/img/favicon-16x16.png" >
<link rel="icon" sizes="32x32" href="/img/favicon-32x32.png">