rolandjesse.de/_includes/about.html
2015-10-05 23:59:28 +02:00

12 lines
260 B
HTML

<!-- About Start -->
<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>
<!-- About End -->