Skip to content

Commit e2a494a

Browse files
committed
Add viewport meta to jsdoc
1 parent 259ca32 commit e2a494a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bin/jsdoc3-moogle/tmpl/layout.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
<![endif]-->
1212
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
1313
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
14+
15+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1416
</head>
1517

1618
<body>

doc/jsdoc.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"analytics" : { "ua": "UA-316028-1", "domain": "auto" },
1515
"ghForkMe" : { "url": "https://github.com/mar10/fancytree/" },
1616
"footer" : "",
17-
"copyright" : "Fancytree Copyright © 2008-2018 Martin Wendt and contributors."
17+
"copyright" : "Fancytree Copyright © 2008-2020 Martin Wendt and contributors."
1818
}
1919
},
2020
"markdown" : {

0 commit comments

Comments
 (0)