summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNina Siessegger <n.siessegger@zeromail.org>2020-01-08 17:48:39 +0100
committerNina Siessegger <n.siessegger@zeromail.org>2020-01-13 14:15:43 +0100
commita33c709325f564efa8f8ee9bf0d690a561c91a38 (patch)
treefcfb2962e8ecc6c10e9af102f17e7670462f507b
parent6b72457c4cc6696c3ce2548ec02b57248de2a4c5 (diff)
Add bulma class to style content
-rw-r--r--_layouts/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/page.html b/_layouts/page.html
index a3ccf7c..0b6d8a9 100644
--- a/_layouts/page.html
+++ b/_layouts/page.html
@@ -6,5 +6,5 @@ layout: default
<header>
<h1>{{ page.title }}</h1>
</header>
- <article>{{ content }}</article>
+ <article class="content">{{ content }}</article>
</div>