Skip to content

Commit

Permalink
Added a title tag in the CMS page
Browse files Browse the repository at this point in the history
Added a title tag to the categories link in the CMS this is good for SEO and screen readers.
  • Loading branch information
GaryLaserEyes committed Jun 26, 2017
1 parent 181ba74 commit fccaf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<ul class="cms-category-list">
{foreach from=$sub_category item=subcategory}
<li>
<a href="{$link->getCMSCategoryLink($subcategory.id_cms_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}">
<a href="{$link->getCMSCategoryLink($subcategory.id_cms_category, $subcategory.link_rewrite)|escape:'html':'UTF-8'}" title="{$subcategory.name|escape:'html':'UTF-8'}">
{$subcategory.name|escape:'html':'UTF-8'}
</a>
</li>
Expand Down

0 comments on commit fccaf8a

Please sign in to comment.