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

github.com/pjbakker/flexible-seo-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/homes/simple.html')
-rw-r--r--layouts/partials/homes/simple.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/homes/simple.html b/layouts/partials/homes/simple.html
index f09c48d..a740ac4 100644
--- a/layouts/partials/homes/simple.html
+++ b/layouts/partials/homes/simple.html
@@ -48,7 +48,7 @@
<div class="item-entry">
{{ if .Truncated }}
{{ .Summary }}
- <a href="{{ .Permalink }}" class="post-read-more">[Read more]</a>
+ <a href="{{ .Permalink }}" class="read-more">[Read more]</a>
{{ else }}
{{ .Content }}
{{ end }}