aboutsummaryrefslogtreecommitdiff
path: root/src/index.njk
diff options
context:
space:
mode:
authorIndrajith K L2022-11-28 19:47:37 +0530
committerIndrajith K L2022-11-28 19:47:37 +0530
commit2894888d3c77eaa51cc78bc382c36839d650b210 (patch)
tree7bd12e4865765ce60106c93f4f6a533caf6577ff /src/index.njk
parent63e5cc9688f9a1579429ce957e738ba953aac4a8 (diff)
downloadindrajith-dev-2894888d3c77eaa51cc78bc382c36839d650b210.tar.gz
indrajith-dev-2894888d3c77eaa51cc78bc382c36839d650b210.tar.bz2
indrajith-dev-2894888d3c77eaa51cc78bc382c36839d650b210.zip
Moves Website Carbon scripts to body from header
* Layout Changes
Diffstat (limited to 'src/index.njk')
-rw-r--r--src/index.njk2
1 files changed, 1 insertions, 1 deletions
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) %}
<li>
- <p>{{post.data.title}} <a href="{{post.url}}">Read more</span></a></p>
+ <p><a href="{{post.url}}">{{post.data.title}}</a></p>
</li>
{% endif %}
{% else %}