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 25fd92d commit ef24636Copy full SHA for ef24636
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">Read more</a>
+ <a href="{{ .RelPermalink }}" class="button is-primary" aria-label="{{ .Title }}">Read more</a>
11
12
13
<footer class="card-footer">
0 commit comments