modify seo
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
{{ function('wp_body_open') }}
|
||||
<a class="skip-link screen-reader-text" href="#content">{{ _e('Skip to content') }}</a>
|
||||
|
||||
<header class="header" aria-label="Cabecera del sitio">
|
||||
<header class="header" aria-label="Cabecera del sitio" role="header">
|
||||
{% block header %}
|
||||
<div class="container-fluid text-bg-light">
|
||||
{% include "partials/top-bar.twig" %}
|
||||
@ -50,7 +50,7 @@
|
||||
|
||||
<!-- footer -->
|
||||
{% block footer %}
|
||||
<footer id="footer" class="container-fluid text-bg-dark mt-5 section-footer" role="contentinfo">
|
||||
<footer id="footer" class="container-fluid text-bg-dark mt-5 section-footer" role="contentinfo" aria-label="footer">
|
||||
{% include 'partials/footer.twig' %}
|
||||
</footer>
|
||||
{{ function('wp_footer') }}
|
||||
|
||||
Reference in New Issue
Block a user