UNPKG

890 BHTMLView Raw
1<!-- _includes/header.html start -->
2{% assign package = site.data.package %}
3
4<meta charset="utf-8">
5
6<meta http-equiv="X-UA-Compatible" content="IE=edge">
7
8<meta name="description" content="{{ package.description | strip_newlines }}">
9<meta name="keywords" content="{{ package.keywords | join: ',' }}">
10<meta name="author" content="{{ package.author.name }}">
11
12<meta name="viewport" content="width=device-width,initial-scale=1">
13
14<title>{{ page.title }}</title>
15
16<link rel="stylesheet" href="//g14n.info/bower_components/bootstrap/dist/css/bootstrap.min.css">
17<link rel="stylesheet" href="//g14n.info/bower_components/bootstrap/dist/css/bootstrap-theme.min.css">
18
19<script type="text/javascript" src="//g14n.info/bower_components/jquery/dist/jquery.min.js"></script>
20
21<link rel="stylesheet" href="//g14n.info/bower_components/katex/dist/katex.min.css">
22
23<!-- _includes/header.html end -->