aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorVeikka Kähkönen <veikka.kahkonen@corefactory.com>2017-11-30 21:38:28 +0200
committerVeikka Kähkönen <veikka.kahkonen@corefactory.com>2017-11-30 21:38:28 +0200
commit0000b9d08fe6e249f0e5e41815e593e012e8b206 (patch)
tree65fbfc839cfe3eb70754093fa20aa9c82a70f863 /index.html
parentc16ff7b2a1a8702f8e4bebc02c98e46ad46a1584 (diff)
Change index guild info box heading and fix Markdown include
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>