Adds meta tag to allow scaling by the user. This makes things friendlier for smaller screen sizes.

This commit is contained in:
Erik Evenson 2013-09-07 22:03:36 -05:00
parent 0cb55f2289
commit 7522c43bf7

View file

@ -3,6 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="generator" content="pandoc"> <meta name="generator" content="pandoc">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
$for(author-meta)$ $for(author-meta)$
<meta name="author" content="$author-meta$"> <meta name="author" content="$author-meta$">
$endfor$ $endfor$