diff --git a/index.html b/index.html index aaa39c0ff..13fff4c83 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,9 @@ sitemap: true --- -{% capture welcome_content %}{% include welcome.md %}{% endcapture %} +{% capture welcome_content %} +{% include welcome.md %} +{% endcapture %}
{{ welcome_content|markdownify }}
@@ -12,6 +14,7 @@ {% capture backtotop %}[Back to Top](#top){:.top}{% endcapture %} {% for post in site.posts reversed %} {% if post.isChild != true and loop.first != true %}
{{ backtotop|markdownify }}
{% endif %} +
{{ post.content }}