forked from Chaospott/site
_includes
_layouts
default.html
page.html
post.html
_posts
_sass
bootstrap
css
favicon
fonts
images
js
media
.gitignore
README.md
_config.yml
apple-touch-icon.png
blog.html
browserconfig.xml
favicon-16x16.png
favicon-32x32.png
favicon-96x96.png
favicon.ico
feed.xml
index.html
status.html
15 lines
209 B
HTML
15 lines
209 B
HTML
---
|
|
layout: default
|
|
---
|
|
<div class="post">
|
|
|
|
<header class="post-header">
|
|
<h2 class="post-title">{{ page.title }}</h2>
|
|
</header>
|
|
|
|
<article class="post-content">
|
|
{{ content }}
|
|
</article>
|
|
|
|
</div>
|