We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef24636 commit b63b189Copy full SHA for b63b189
assets/css/_screen.scss
@@ -33,3 +33,7 @@ img#carousel-image {
33
display: flex;
34
align-items: center;
35
}
36
+
37
+.read-more::after {
38
+ content: 'Read more';
39
+}
layouts/partials/post-card.html
@@ -7,7 +7,7 @@
7
{{ .Summary }}
8
</div>
9
<div class="has-text-centered">
10
- <a href="{{ .RelPermalink }}" class="button is-primary" aria-label="{{ .Title }}">Read more</a>
+ <a href="{{ .RelPermalink }}" class="button is-primary read-more" aria-label="{{ .Title }}"></a>
11
12
13
<footer class="card-footer">
0 commit comments