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

github.com/tosi29/inkblotty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortosi29 <tosi16@gmail.com>2019-11-17 14:00:36 +0300
committertosi29 <tosi16@gmail.com>2019-11-17 14:00:36 +0300
commit08d0ccdfe059444523a4daf8ecef1f9fc4a56f20 (patch)
tree2e0d5e815e023720ca43fe06746cd98b51c1e4be /layouts
parent91e70cc81439caa7df786e26c91580d49708bd80 (diff)
Fix for issue #2
Add margin after "Read more" instead of space
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/summary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/summary.html b/layouts/_default/summary.html
index f0a60d0..31b4d44 100644
--- a/layouts/_default/summary.html
+++ b/layouts/_default/summary.html
@@ -28,7 +28,7 @@
{{- if .Site.Params.readmore }}
{{- if .Truncated }}
- <a href="{{ .RelPermalink }}" class="more-link">Read more </a>
+ <a href="{{ .RelPermalink }}" class="more-link">Read more</a>
{{- end }}
{{- end }}
</p></div>