Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alexandrevicenzi/soho.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2020-06-15 21:21:11 +0300
committerAlexandre Vicenzi <vicenzi.alexandre@gmail.com>2020-06-15 21:21:11 +0300
commit33bd6cadcf20036da93e26e3347c817c44dc3173 (patch)
tree5acd54e8f062b19f16fa8606ecf85a358e69c8b7
parenteb2b29cba056000810cd8b90fd4c741a2183a512 (diff)
Always show read more
-rw-r--r--layouts/index.html2
1 files changed, 0 insertions, 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>