Skip to content

Commit b63b189

Browse files
author
SPRINX0\prochazka
committed
SEO
1 parent ef24636 commit b63b189

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

assets/css/_screen.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ img#carousel-image {
3333
display: flex;
3434
align-items: center;
3535
}
36+
37+
.read-more::after {
38+
content: 'Read more';
39+
}

layouts/partials/post-card.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{{ .Summary }}
88
</div>
99
<div class="has-text-centered">
10-
<a href="{{ .RelPermalink }}" class="button is-primary" aria-label="{{ .Title }}">Read more</a>
10+
<a href="{{ .RelPermalink }}" class="button is-primary read-more" aria-label="{{ .Title }}"></a>
1111
</div>
1212
</div>
1313
<footer class="card-footer">

0 commit comments

Comments
 (0)