hugo site
This commit is contained in:
11
jekyll/_layouts/home-page.html
Normal file
11
jekyll/_layouts/home-page.html
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
<div class="flex-container">
|
||||
{% include header.html %}
|
||||
<div class="content wrapper">
|
||||
{{ content }}
|
||||
{% include search.html %}
|
||||
</div> <!-- End Wrapper -->
|
||||
{% include footer.html %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user