aboutsummaryrefslogtreecommitdiff
path: root/src/index.njk
diff options
context:
space:
mode:
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 %}