We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51696ac commit 6eae413Copy full SHA for 6eae413
templates/layout.html
@@ -1,5 +1,6 @@
1
<!doctype html>
2
<meta charset="utf-8">
3
+<meta name="viewport" content="width=device-width, initial-scale=1" />
4
<link rel="shortcut icon" type="image/x-icon" href="{{ '/static/favicon.ico'|url }}">
5
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
6
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
0 commit comments