From 06a05d980ae3bdf3febfa16fd212eda13dad7d23 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Thu, 27 Jul 2023 21:02:24 +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 d65d4b6..d225f77 100644 --- a/components/footer-content.php +++ b/components/footer-content.php @@ -5,7 +5,7 @@ $menu = wp_get_nav_menu_items($listmenu['social']); if ($menu != null) { foreach ($menu as $menuElement) { - echo '
  • '; + echo '
  • '; } }