From a28bc457e1567f29db60a643b44147da99c23baa Mon Sep 17 00:00:00 2001 From: SHARAD RAJ <36638057+sharadcodes@users.noreply.github.com> Date: Mon, 25 Nov 2019 16:40:48 +0530 Subject: [PATCH] Update index.html --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 9778692..81965aa 100644 --- a/index.html +++ b/index.html @@ -2,3 +2,7 @@ title: Blog layout: collections_layout --- + +{% for post in site.posts %} +{{site.title}} +{%endfor%}