role button
This commit is contained in:
parent
cc25147dba
commit
14695aa2f9
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
{{/no_posts}} {{^no_posts}}
|
||||
<ul>
|
||||
{{#posts}}
|
||||
<li onclick="window.open('/blog/p/{{url}}', '_parent');">
|
||||
<li role="button" onclick="window.open('/blog/p/{{url}}', '_parent');">
|
||||
{{>blog/date.html}}
|
||||
<h2>{{title}}</h2>
|
||||
{{#desc}}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{{#metadata}} {{#info}}
|
||||
<li onclick="window.open('{{link}}', '_blank', 'noreferrer');">
|
||||
<li role="button" onclick="window.open('{{link}}', '_blank', 'noreferrer');">
|
||||
<div>
|
||||
<h3>{{title}}</h3>
|
||||
<span>{{&content}}</span> {{#language}}
|
||||
|
|
Loading…
Reference in a new issue