mirror of
https://github.com/bspeice/speice.io
synced 2025-07-01 13:56:11 -04:00
Initial commit
This commit is contained in:
10
_layouts/page.html
Normal file
10
_layouts/page.html
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
<div class="c-page">
|
||||
{% include header.html %}
|
||||
<div class="c-page__main">
|
||||
{{ content }}
|
||||
</div>
|
||||
{% include footer.html %}
|
||||
</div>
|
Reference in New Issue
Block a user