Skip to content

Commit 730475b

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 ea6a9d9 commit 730475b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)