1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-20 04:45:28 +00:00
notes/_includes/head.html
Patrick Marsceill 594385ae7b
initial commit
2017-03-24 09:47:37 -04:00

12 lines
441 B
HTML

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<title>{{ page.title }} - {{ site.title }}</title>
<link rel="stylesheet" href="/assets/css/just-the-docs.css">
<script type="text/javascript" src="/assets/js/vendor/lunr.min.js"></script>
<script type="text/javascript" src="/assets/js/just-the-docs.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>