File tree 1 file changed +3
-3
lines changed
site/layouts/partials/examples
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ <h2 id="{{ $entry.category | urlize }}">{{ $entry.category }}</h2>
18
18
< svg class ="bi fs-5 flex-shrink-0 mt-1 " aria-hidden ="true "> < use xlink:href ="#box-seam "> </ use > </ svg >
19
19
< div >
20
20
< h3 class ="h5 mb-1 ">
21
- < a class ="d-block link-offset-1 " href ="{{ urls.JoinPath $.Site.Params.github_org $example.url }} " target ="_blank " rel ="noopener ">
21
+ < a class ="d-block link-offset-1 " href ="{{ urls.JoinPath $.Site.Params.github_org $example.url }} " target ="_blank " rel ="noopener " id =" starter-{{ $i }} " >
22
22
{{ $example.name }}
23
23
</ a >
24
24
</ h3 >
25
25
< p class ="text-body-secondary "> {{ $example.description }}</ p >
26
26
< p >
27
27
{{- $indexPath := default "index.html" $example.indexPath -}}
28
28
{{- $stackBlitzUrl := printf "%s%s%s" (urls.JoinPath "https://stackblitz.com/github/twbs" $example.url) "?file=" ($indexPath | urlquery) }}
29
- < a class ="icon-link small link-secondary link-offset-1 " href ="{{ $stackBlitzUrl }} " target ="_blank " rel ="noopener ">
29
+ < a class ="icon-link small link-secondary link-offset-1 " href ="{{ $stackBlitzUrl }} " target ="_blank " rel ="noopener " aria-labelledby =" edit-{{ $i }} starter-{{ $i }} " >
30
30
< svg class ="bi flex-shrink-0 " aria-hidden ="true "> < use xlink:href ="#lightning-charge-fill "> </ use > </ svg >
31
- Edit in StackBlitz
31
+ < span id =" edit-{{ $i }} " > Edit in StackBlitz</ span >
32
32
</ a >
33
33
</ p >
34
34
</ div >
You can’t perform that action at this time.
0 commit comments