Merge pull request #38 from ErikEvenson/pr/html5-meta-scale
Adds meta tag to allow scaling by the user.
This commit is contained in:
commit
1ccb16bb33
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