Skip to content

Commit

Permalink
Adding aria-label to blog article, Closes #121.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamglenn committed Jun 3, 2019
1 parent fdfceeb commit 1768c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/components/_wvu-blog-article.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<r:comment><!-- Add an openin markup tag. This is used by the demo site to auto-generate code that the user can copy into their own theme. --></r:comment>
<r:comment><!-- This component’s outer container also contains utilities for evaluating whether the component should get a section or a main tag, what classes to apply to the outer container, and a background styler, defined by uploading an image and labeling it with the page slug and component name. --></r:comment>
<!-- Markup --><<r:partial name="utilities/wvu-is-main-checker" theme="University Relations: WVU Design System" /> <r:if v1="{$componentIsMain}" v2="1" op="=">id="wvu-main-content"</r:if> class="<r:partial name="utilities/wvu-component-classes-checker" theme="University Relations: WVU Design System" />" <r:partial name="utilities/wvu-bg-styler" theme="University Relations: WVU Design System" />>
<!-- Markup --><<r:partial name="utilities/wvu-is-main-checker" theme="University Relations: WVU Design System" /> <r:if v1="{$componentIsMain}" v2="1" op="=">id="wvu-main-content"</r:if> aria-label="blog-article" class="<r:partial name="utilities/wvu-component-classes-checker" theme="University Relations: WVU Design System" />" <r:partial name="utilities/wvu-bg-styler" theme="University Relations: WVU Design System" />>
<r:comment><!-- NOTE: Blog articles use Schema.org's tags to structure your data & help with SEO: http://goo.gl/SKs4Qb --></r:comment>
<article class="" itemscope="" itemprop="blogPost" itemtype="http://schema.org/BlogPosting">
<r:if v1="{$blog_article_has_hero}" v2="1" op="=">
Expand Down

0 comments on commit 1768c70

Please sign in to comment.