Skip to content

Commit b599206

Browse files
authored
Create default_pub.html
1 parent 243c0bd commit b599206

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

_layouts/default_pub.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
{% include head.html %}
5+
6+
<body>
7+
8+
{% include header.html %}
9+
10+
<div class="container-fluid">
11+
<div class="row">
12+
{{ content }}
13+
</div>
14+
</div>
15+
16+
{% include footer.html %}
17+
18+
</body>
19+
20+
</html>

0 commit comments

Comments
 (0)