Adds meta tag to allow scaling by the user. This makes things friendlier for smaller screen sizes.
This commit is contained in:
parent
0cb55f2289
commit
7522c43bf7
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="generator" content="pandoc">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
||||
$for(author-meta)$
|
||||
<meta name="author" content="$author-meta$">
|
||||
$endfor$
|
||||
|
|
Loading…
Add table
Reference in a new issue