Merge pull request #38 from ErikEvenson/pr/html5-meta-scale

Adds meta tag to allow scaling by the user.
This commit is contained in:
John MacFarlane 2013-09-07 22:57:21 -07:00
commit 1ccb16bb33

View file

@ -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$