Skip to content

Commit 1e0f6a5

Browse files
committed
set the meta viewport tag
1 parent f0b88d0 commit 1e0f6a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schema_salad/makedoc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ def avrold_doc(j, outdoc, renderlist, redirects, brand, brandlink):
423423
<html>
424424
<head>
425425
<meta charset="UTF-8">
426+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
426427
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
427428
""")
428429

0 commit comments

Comments
 (0)