rolandjesse.de/_includes/about.html
2015-07-06 00:28:01 +02:00

8 lines
236 B
HTML

<!-- About Section -->
<section id="{{ page.title }}" class="container content-section text-center">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
{{ page.content | markdownify }}
</div>
</div>
</section>