Add meta viewport tag
This commit is contained in:
parent
65d23f0994
commit
724aed001f
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<title>{% block title %}{% endblock %} - {{ base.repo_name }}</title>
|
||||
<link rel="icon" href="/logo.svg">
|
||||
<link rel="stylesheet" href="{{ base.root }}/base.css" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue