rolandjesse.de/_includes/about.html
2015-11-17 23:56:05 +01:00

12 lines
262 B
HTML

<!-- About Start -->
<section id="{{ page.section-type }}" class="container content-section text-center">
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
{{ page.content | markdownify }}
</div>
</div>
</section>
<!-- About End -->