Skip to content

Commit 94f3ace

Browse files
committed
Fixed markdown rendering of home page.
1 parent b048fd7 commit 94f3ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h1>Moq</h1>
3737
<span class="credits right">Hosted on GitHub Pages &mdash; Theme by <a href="https://twitter.com/michigangraham">mattgraham</a></span>
3838
</div>
3939

40-
{{ page.content }}
40+
{{ page.content | markdownify }}
4141
</section>
4242

4343
</div>

0 commit comments

Comments
 (0)