From 33bd6cadcf20036da93e26e3347c817c44dc3173 Mon Sep 17 00:00:00 2001
From: Alexandre Vicenzi <vicenzi.alexandre@gmail.com>
Date: Mon, 15 Jun 2020 20:21:11 +0200
Subject: [PATCH] Always show read more

---
 layouts/index.html | 2 --
 1 file changed, 2 deletions(-)

diff --git a/layouts/index.html b/layouts/index.html
index 3fc858b..f66109b 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -17,11 +17,9 @@
           {{ .Summary }}
         </div>
 
-        {{ if .Truncated }}
         <div class="read-more-link">
           <a href="{{ .Permalink }}">Read More</a>
         </div>
-        {{ end }}
       </article>
     {{- end }}
   </div>
-- 
GitLab