From f462bfa4d3700daf660ffc57e4bdea4215afa92e Mon Sep 17 00:00:00 2001 From: Shruti Vhanmane <143516390+shrutibharat-05@users.noreply.github.com> Date: Wed, 26 Jun 2024 17:48:30 +0530 Subject: [PATCH] Update index.html --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 }}