File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
site/layouts/partials/examples Expand file tree Collapse file tree 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>
1818 < svg class ="bi fs-5 flex-shrink-0 mt-1 " aria-hidden ="true "> < use xlink:href ="#box-seam "> </ use > </ svg >
1919 < div >
2020 < 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 }} " >
2222 {{ $example.name }}
2323 </ a >
2424 </ h3 >
2525 < p class ="text-body-secondary "> {{ $example.description }}</ p >
2626 < p >
2727 {{- $indexPath := default "index.html" $example.indexPath -}}
2828 {{- $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 }} " >
3030 < 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 >
3232 </ a >
3333 </ p >
3434 </ div >
You can’t perform that action at this time.
0 commit comments