Skip to content

Commit 9bddc5d

Browse files
committed
Add meta viewport tag to HTML head
This tag is essential for a mobile friendly layout. See https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag for more info.
1 parent 56ffe06 commit 9bddc5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<html lang="en">
44
<head>
55
<meta charset="utf-8" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
67
<title>{% block title %}Arch Linux{% endblock %}</title>
78
<link rel="stylesheet" type="text/css" href="{% static "archweb.css" %}" media="screen" />
89
<link rel="icon" type="image/x-icon" href="{% static "favicon.ico" %}" />

0 commit comments

Comments
 (0)