mirror of
https://github.com/halo-dev/theme-earth.git
synced 2025-10-14 06:21:09 +00:00
fix: add target attribute to footer menu links (#206)
This commit is contained in:
@@ -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}"
|
||||
></a>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -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}"
|
||||
></a>
|
||||
</li>
|
||||
</ul>
|
||||
@@ -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}"
|
||||
></a>
|
||||
</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user