Browse Source

Set viewport to basic theme

pull/40/head
Chen-Pang He 10 years ago
committed by czaks
parent
commit
8d745bec26
  1. 1
      templates/themes/basic/index.html

1
templates/themes/basic/index.html

@ -3,6 +3,7 @@
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width" />
<title>{{ settings.title }}</title>
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}"/>
</head>

Loading…
Cancel
Save