mirror of https://github.com/jpanther/congo.git
🔀 Merge pull request #439 from davidrothera/article-link-fix
Fix a11y issues with article-linkpull/440/head
commit
c678ff6408
|
@ -10,6 +10,7 @@
|
||||||
{{ else }}
|
{{ else }}
|
||||||
{{ $.RelPermalink }}
|
{{ $.RelPermalink }}
|
||||||
{{ end }}"
|
{{ end }}"
|
||||||
|
aria-label="{{ $.Title | emojify }}"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
class="w-24 rounded-md sm:w-40"
|
class="w-24 rounded-md sm:w-40"
|
||||||
|
@ -17,6 +18,7 @@
|
||||||
{{- (.Fill "160x120 smart").RelPermalink }} 160w,
|
{{- (.Fill "160x120 smart").RelPermalink }} 160w,
|
||||||
{{- (.Fill "320x240 smart").RelPermalink }} 2x"
|
{{- (.Fill "320x240 smart").RelPermalink }} 2x"
|
||||||
src="{{ (.Fill "160x120 smart").RelPermalink }}"
|
src="{{ (.Fill "160x120 smart").RelPermalink }}"
|
||||||
|
alt=""
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue