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

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/cta.html')
-rw-r--r--layouts/partials/cta.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/partials/cta.html b/layouts/partials/cta.html
index eb19e3b..e1feb63 100644
--- a/layouts/partials/cta.html
+++ b/layouts/partials/cta.html
@@ -1,3 +1,4 @@
-<a href="{{ $.Site.Params.cta.link }}" class="cta btn" alt="{{ $.Site.Params.cta.message }}">
+<a href="{{ $.Site.Params.cta.link }}" class="cta btn" alt="{{ $.Site.Params.cta.message }}" role="button"
+ aria-label="{{ $.Site.Params.cta.message }}">
{{ $.Site.Params.cta.message }}
</a> \ No newline at end of file