Changes b and i to em and strong

This commit is contained in:
J. C
2021-05-01 17:09:44 -05:00
parent cb5021dc7e
commit 5d41ea02d9
63 changed files with 185 additions and 185 deletions

View File

@ -2,7 +2,7 @@
{% assign crumbs = page.url | remove:'/index.html' | split: '/' %}
<ol class="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">
<li class="breadcrumb-item">
<a href="/"><i class="fas fa-home" aria-hidden="true"></i> <span>Home</span></a>
<a href="/"><em class="fas fa-home" aria-hidden="true"></em> <span>Home</span></a>
</li>
{% for crumb in crumbs offset: 1 %}
{% if forloop.last %}