mirror of
https://github.com/miniflux/v2.git
synced 2025-10-15 19:42:07 +00:00
Added the role="article" to <article> elements for better accessibility with screen readers and chromium based browsers
This commit is contained in:
parent
2dcabc840c
commit
03fd403e38
9 changed files with 9 additions and 9 deletions
|
@ -131,7 +131,7 @@
|
|||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
<article class="entry-content" dir="auto">
|
||||
<article role="article" class="entry-content" dir="auto">
|
||||
{{ if .user }}
|
||||
{{ noescape (proxyFilter .entry.Content) }}
|
||||
{{ else }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue