chore: more consistent class name
This commit is contained in:
parent
9f50fdd4d1
commit
2ecad5c264
12 changed files with 13 additions and 13 deletions
|
@ -1,10 +1,10 @@
|
|||
<footer>
|
||||
<nav aria-label="Social icons" class="flex--centered text-center">
|
||||
<nav aria-label="Social icons" class="flex--centered text--centered">
|
||||
{% for link in nav.social %}
|
||||
{% render "partials/nav/linked-icon.liquid", name: link.name, link: link.url, icon: link.icon %}
|
||||
{% endfor %}
|
||||
</nav>
|
||||
<nav aria-label="Secondary site navigation" class="flex--centered text-center">
|
||||
<nav aria-label="Secondary site navigation" class="flex--centered text--centered">
|
||||
{% for link in nav.footer %}
|
||||
{% render "partials/nav/link.liquid", page: page, link: link.name, icon: link.icon %}
|
||||
{% if not forloop.last %}<span>•</span>{% endif %}
|
||||
|
|
Reference in a new issue