forked from lodash/lodash.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase.html
23 lines (22 loc) · 1 KB
/
base.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
layout: compress
---
<!doctype html>
<html lang="en" class="{{ page.id }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>{{ page.title }}</title>
{% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %}
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="feed" type="application/atom+xml" href="https://github.com/lodash/lodash/commits/master.atom">
<link rel="prerender" href="/docs/{{ site.release }}">
<script>"serviceWorker"in navigator&&navigator.serviceWorker.register("/sw.js")</script>
</head>
<body class="layout-{{ page.layout }}">
{{ content }}
{% if jekyll.environment == "production" %}
<script>_gaq=[["_setAccount","UA-6065217-64"],["_trackPageview"]],navigator.onLine&&function(e,t){var a=e.createElement(t),c=e.getElementsByTagName(t)[0];a.src="https://www.google-analytics.com/ga.js",c.parentNode.insertBefore(a,c)}(document,"script")</script>
{% endif %}
</body>
</html>