Skip to content

Commit b9f1900

Browse files
committed
add main layout
1 parent 5afc288 commit b9f1900

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

_layouts/main.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{% include header.html %}
2+
3+
<div class="container">
4+
{{ content }}
5+
</div>
6+
7+
<script data-ad-client="ca-pub-8048259725688477" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
8+
<div align='center' style="border-top: 1px solid #009688; padding-top: 5px">
9+
10+
{% include footer.html %}

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: page
2+
layout: main
33
css: ["hero.css"]
44
---
55
<div class="row">

0 commit comments

Comments
 (0)