rolandjesse.de/_includes/about.html
Panos Sakkos ef491cbb9e Fixes #103
Plus some refactoring and code cleanup 😌
2015-11-22 02:01:43 +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-md-10 col-md-offset-1">
{{ page.content | markdownify }}
</div>
</div>
</section>
<!-- About End -->