Skip to content

Commit

Permalink
Add alt tags to run-buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
chaselgrove committed Dec 26, 2024
1 parent 4fc1197 commit 7b79b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/rn-button.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="rn-button">
<a href="{{ .Get "link" }}">
<img src="{{ .Get "image" }}">
<img src="{{ .Get "image" }}" alt="A simple icon for {{ .Get "title" }}">
<span class="title">{{ .Get "title" }}</span>
<br>
<span class="subtitle">{{ .Get "subtitle" }}</span>
Expand Down

0 comments on commit 7b79b1e

Please sign in to comment.