File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
profiles/demo_umami/themes/umami/templates/content Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 9494 {{ title_suffix }}
9595
9696 <div class =" read-more" >
97- <a class =" read-more__link" href =" {{ url }}" >{% trans %}View {{ node .type .entity .label () }}{% endtrans %}</a >
97+ <a class =" read-more__link" href =" {{ url }}" >
98+ {% trans %}View {{ node .type .entity .label () }}{% endtrans %} <span class =" visually-hidden" > - {{ label }}</span >
99+ </a >
98100 </div >
99101
100102 <div {{ content_attributes.addClass (' node__content' ) }}>
Original file line number Diff line number Diff line change 9595 </div >
9696
9797 <div class =" read-more" >
98- <a class =" read-more__link" href =" {{ url }}" >{% trans %}View {{ node .type .entity .label () }}{% endtrans %}</a >
98+ <a class =" read-more__link" href =" {{ url }}" >
99+ {% trans %}View {{ node .type .entity .label () }}{% endtrans %} <span class =" visually-hidden" > - {{ label }}</span >
100+ </a >
99101 </div >
100102
101103</article >
You can’t perform that action at this time.
0 commit comments