.circleci
_includes
_layouts
default.html
page.html
post.html
_posts
_sass
bootstrap
css
fonts
img
.gitignore
Dockerfile
_config.yml
anfahrt.html
favicon.ico
favicon.png
feed.xml
index.html
infos.html
15 lines
209 B
HTML
15 lines
209 B
HTML
---
|
|
layout: default
|
|
---
|
|
<div class="post">
|
|
|
|
<header class="post-header">
|
|
<h1 class="post-title">{{ page.title }}</h1>
|
|
</header>
|
|
|
|
<article class="post-content">
|
|
{{ content }}
|
|
</article>
|
|
|
|
</div>
|