From 2894888d3c77eaa51cc78bc382c36839d650b210 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Mon, 28 Nov 2022 19:47:37 +0530 Subject: Moves Website Carbon scripts to body from header * Layout Changes --- src/_includes/partials/footer.njk | 3 ++- src/_includes/partials/head.njk | 3 +-- src/index.njk | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/_includes/partials/footer.njk b/src/_includes/partials/footer.njk index 267b328..94d561d 100644 --- a/src/_includes/partials/footer.njk +++ b/src/_includes/partials/footer.njk @@ -14,4 +14,5 @@ if(location.host.includes("neocities")) { carbonBadge.remove(); } - \ No newline at end of file + + \ No newline at end of file diff --git a/src/_includes/partials/head.njk b/src/_includes/partials/head.njk index 4aa8118..f7d17a1 100644 --- a/src/_includes/partials/head.njk +++ b/src/_includes/partials/head.njk @@ -35,5 +35,4 @@ {% favicon './favicon.svg' %} -{{title}} | { indrajith.dev } - \ No newline at end of file +{{title}} | { indrajith.dev } \ No newline at end of file diff --git a/src/index.njk b/src/index.njk index 238517d..5373f06 100644 --- a/src/index.njk +++ b/src/index.njk @@ -18,7 +18,7 @@ alternatetitle: "Hello Friend!! My name is Indrajith K L." {% for post in collections.posts | reverse %} {% if (loop.index <= 4) %}
  • -

    {{post.data.title}} Read more

    +

    {{post.data.title}}

  • {% endif %} {% else %} -- cgit v1.2.3