Skip to content

Commit 748f245

Browse files
adding missing files
1 parent d174cb4 commit 748f245

File tree

8 files changed

+36
-0
lines changed

8 files changed

+36
-0
lines changed

_layouts/docs.html

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
layout: compress
3+
---
4+
5+
{% include base_path %}
6+
7+
<!doctype html>
8+
<html lang="{{ site.locale | slice: 0,2 }}" class="no-js">
9+
<head>
10+
{% include head.html %}
11+
{% include head/custom.html %}
12+
</head>
13+
14+
<body>
15+
16+
{% include browser-upgrade.html %}
17+
{% include masthead.html %}
18+
19+
{{ content }}
20+
21+
<div class="page__footer">
22+
<footer>
23+
{% include footer.html %}
24+
</footer>
25+
</div>
26+
27+
{% include scripts.html %}
28+
{% include footer/custom.html %}
29+
30+
</body>
31+
</html>

_posts/2016-01-01-mypost.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
layout: default
3+
---
4+
5+
### my post

images/about/contacts-url.png

49.9 KB
Loading

images/about/state-tree.png

64.7 KB
Loading

images/clear.gif

49 Bytes
Loading

images/logos/angular1.png

5.83 KB
Loading

images/logos/angular2.png

20.8 KB
Loading

images/logos/ui-router.png

78.1 KB
Loading

0 commit comments

Comments
 (0)