aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index 7601822..0ac0de1 100644
--- a/index.html
+++ b/index.html
@@ -44,8 +44,9 @@ layout: default
</div>
<div class="info_section">
- <h1 class="info_section__title">AS? AIT? WTF?</h1>
- {% include index_content.md %}
+ <h1 class="info_section__title">Mikä AS?</h1>
+ {% capture index_content %}{% include index_content.md %}{% endcapture %}
+ {{ index_content | markdownify }}
</div>
</div>