From 9c244f6f76ee127f4cfec60cf7ba0bbb1e873d1f Mon Sep 17 00:00:00 2001 From: Yashika0108 Date: Wed, 16 Oct 2024 02:59:39 +0530 Subject: [PATCH] Update index.html This works better . The `
` with class `container-lg` is not closed properly, it should be closed after the loop that generates article cards. - The images are loaded from a specific path (`/assets/images/illos/`). Make sure this path is correct in your project structure. Error- Also the word YouTube doesn't changes its language as others changes --- _layouts/index.html | 54 +++++++++++++++------------------------------ 1 file changed, 18 insertions(+), 36 deletions(-) diff --git a/_layouts/index.html b/_layouts/index.html index f3df799eb29..8cc4348516d 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -1,23 +1,11 @@ ---- -layout: default ---- -{% assign t = site.data.locales[page.lang][page.lang] %} -{% if page.title %} -{% assign header = page.title %} -{% else %} -{% assign header = site.title %} -{% endif %} -{% include nav.html %} -
- -
+