From c3f079e773c2f402c35012944200d5a99349b6db Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Thu, 27 Jul 2023 20:48:46 +0200 Subject: [PATCH] fix: add rel microformat --- components/footer-content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/footer-content.php b/components/footer-content.php index 59f161d..1c71171 100644 --- a/components/footer-content.php +++ b/components/footer-content.php @@ -8,7 +8,7 @@ $menu = wp_get_nav_menu_items($listmenu['social']); if ($menu != null) { foreach ($menu as $menuElement) { - echo '
  • Accéder à mon '.$menuElement->title.'
  • '; + echo '
  • Accéder à mon '.$menuElement->title.'
  • '; } } ?>