Skip to content
Snippets Groups Projects
Commit 33c2b055 authored by julientaq's avatar julientaq
Browse files

fix markdown in chapo

parent c4c2c38c
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,8 @@ permalink: /index.html
layout: home.njk
class: home
heading: We build, you publish.
chapeau: We use open-source technology to build the best publishing tools in the business. Whether you’re looking to extend an existing platform or build something new, we can help you build better, in less time and for less money.<br/>Everything we do is focused on a single goal - to transform how knowledge is created, improved, and shared. We do this by helping people rethink publishing, improve their workflows, and build better technology.
chapeau: "We use open-source technology to build the best publishing tools in the business. Whether you’re looking to extend an existing platform or build something new, we can help you build better, in less time and for less money.
<br/>
<br/>
Everything we do is focused on a single goal - to transform how knowledge is created, improved, and shared. We do this by helping people rethink publishing, improve their workflows, and build better technology."
---
......@@ -137,9 +137,12 @@
{% block header %}
<header>
<h1>{{heading}}</h1>
{% if chapeau %}
<section class="intro">
<h2>{{chapeau}}</h2>
<h2>{{chapeau | markdownify | safe}}</h2>
</section>
{% endif %}
</header>
{% endblock %}
......@@ -164,4 +167,4 @@
{% block customScripts %}{% endblock %}
</body>
</html>
\ No newline at end of file
</html>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment