diff --git a/templates/modules/footer.html b/templates/modules/footer.html
index 4834f57..7089baa 100644
--- a/templates/modules/footer.html
+++ b/templates/modules/footer.html
@@ -25,6 +25,7 @@
th:href="@{${menuItem.status.href}}"
class="transition-all hover:text-gray-900 hover:underline dark:hover:text-white"
th:text="${menuItem.status.displayName}"
+ th:target="${menuItem.spec.target?.value}"
>
@@ -111,6 +112,7 @@
th:href="@{${menuItem.status.href}}"
class="transition-all hover:text-gray-900 hover:underline dark:hover:text-white"
th:text="${menuItem.status.displayName}"
+ th:target="${menuItem.spec.target?.value}"
>
@@ -135,6 +137,7 @@
th:href="@{${menuItem.status.href}}"
class="transition-all hover:text-gray-900 hover:underline dark:hover:text-white"
th:text="${menuItem.status.displayName}"
+ th:target="${menuItem.spec.target?.value}"
>