Skip to content

Commit 0801fa2

Browse files
committed
Use two space tab.
1 parent 9023b8c commit 0801fa2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_layouts/base.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<!DOCTYPE html>
22
<html lang="en" id="{{ page.id }}">
3-
<head>
3+
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width,initial-scale=1">
66
<title>{{ page.title }}</title>
77
{% if page.description %}<meta name="description" content="{{ page.description }}">{% endif %}
88
<link rel="stylesheet" href="/assets/css/main.css">
99
<link rel="feed alternate" type="application/atom+xml" href="https://github.com/lodash/lodash/commits/master.atom">
1010
<script src="/assets/js/lodash.js"></script>
11-
</head>
12-
<body class="layout-{{ page.layout }}">
13-
{{ content }}
11+
</head>
12+
<body class="layout-{{ page.layout }}">
13+
{{ content }}
1414
<script>_gaq=[['_setAccount','UA-6065217-64'],['_trackPageview']];(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.src='https://www.google-analytics.com/ga.js';s.parentNode.insertBefore(g,s)}(document,'script'))</script>
15-
</body>
15+
</body>
1616
</html>

0 commit comments

Comments
 (0)