fixing php warning
This commit is contained in:
parent
8fb3f3f593
commit
685fe1f97e
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div id="page-<?php echo $post->post_name ?>" class="min-h-screen flex flex-col ">
|
<div id="page-<?php echo $post->post_name ?? "" ?>" class="min-h-screen flex flex-col ">
|
||||||
|
|
||||||
<div class="skiplinks" aria-label="<?php echo __('Accès rapide', 'homegrade-theme__texte-fonctionnel') ?>">
|
<div class="skiplinks" aria-label="<?php echo __('Accès rapide', 'homegrade-theme__texte-fonctionnel') ?>">
|
||||||
<a href="#content" class="skiplinks__link"><?php echo __('Contenu', 'homegrade-theme__texte-fonctionnel') ?></a>
|
<a href="#content" class="skiplinks__link"><?php echo __('Contenu', 'homegrade-theme__texte-fonctionnel') ?></a>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user