We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ffe06 commit 9bddc5dCopy full SHA for 9bddc5d
templates/base.html
@@ -3,6 +3,7 @@
3
<html lang="en">
4
<head>
5
<meta charset="utf-8" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1">
7
<title>{% block title %}Arch Linux{% endblock %}</title>
8
<link rel="stylesheet" type="text/css" href="{% static "archweb.css" %}" media="screen" />
9
<link rel="icon" type="image/x-icon" href="{% static "favicon.ico" %}" />
0 commit comments