forked from lodash/lodash.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.html
30 lines (29 loc) · 965 Bytes
/
default.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
layout: base
---
<header>
<div class="container">
<div class="header-section logo-section">
<div class="logo">
<a href="/" title="Lodash">Lodash</a>
</div>
<div class="header-group">
<h1>Lodash</h1>
<h2>A modern JavaScript utility library delivering modularity, performance & extras.</h2>
</div>
</div>
<div class="header-section">
<a href="/docs/{{ site.release }}" class="btn primary">Documentation</a>
<a href="https://github.com/lodash/lodash/wiki/FP-Guide" class="btn">FP Guide</a>
</div>
</div>
</header>
<div class="container main">
{{ content }}
</div>
<footer>
<div class="container">
made with <i class="fa fa-heart" aria-hidden="true"></i> by <a href="https://github.com/veksen">@veksen</a> & <a href="https://github.com/zackhall">@zackhall</a>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/lodash/{{ site.release }}/lodash.min.js"></script>