<!doctype html> <html lang=“zh-CN”>
<head> <meta content="IE=edge" http-equiv="X-UA-Compatible"> <meta charset="utf-8"> <meta content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" name="viewport"> <title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title> <meta name="author" content="Teddy Ma"> <meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}"> <meta name="keywords" content="{{ page.keywords | default: site.keywords}}"> <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}"> <!--[if lt IE 9]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body class="<%= page_classes %> typo"> <div id="wrapper" class="typo typo-selection"> {{ content }} </div> {% if jekyll.environment == 'production' and site.google_analytics %} {% include google-analytics.html %} {% endif %} </body>
</html>