mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-18 22:23:27 +09:00
modified contentParser and index.md file for blog and author, fixed issue #2
This commit is contained in:
@@ -77,7 +77,7 @@ const { pathname } = Astro.url;
|
||||
<path d="M9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828 5.757 6.586 4.343 8z" />
|
||||
</svg>
|
||||
</span>
|
||||
<ul class="nav-dropdown-list hidden group-hover:block md:invisible md:absolute md:block md:opacity-0 md:group-hover:visible md:group-hover:opacity-100">
|
||||
<ul class="nav-dropdown-list hidden group-hover:block lg:invisible lg:absolute lg:block lg:opacity-0 lg:group-hover:visible lg:group-hover:opacity-100">
|
||||
{menu.children?.map((child) => (
|
||||
<li class="nav-dropdown-item">
|
||||
<a
|
||||
|
||||
Reference in New Issue
Block a user