Move to Adam's Blog template
This commit is contained in:
12
_layouts/home-page.html
Normal file
12
_layouts/home-page.html
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
<div class="flex-container">
|
||||
{% include header.html %}
|
||||
<div class="content wrapper">
|
||||
{{ content }}
|
||||
{% include search.html %}
|
||||
{% include pagination.html %}
|
||||
</div> <!-- End Wrapper -->
|
||||
{% include footer.html %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user