Skip to content

Commit 774bef4

Browse files
Nighmaredbitbrain
andauthored
adding {{ content }} to the home template (#61)
am i greatly missing something or would normal index.html content just be ignored without this change? cuz thats what happened for me Co-authored-by: miguel <[email protected]>
1 parent ee8bcda commit 774bef4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_layouts/home.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
{% unless site.dash.show_author == false %}
55
{% include author.html %}
66
{% endunless %}
7+
{{ content }}
78
{% assign posts_count = paginator.posts | size %}
89
{% if posts_count > 0 %}
910
<h1>recent articles</h1>

0 commit comments

Comments
 (0)