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