Compare commits

...

1 Commits

Author SHA1 Message Date
733402297d Adds h-card 2026-03-13 17:09:31 -07:00

View File

@@ -32,6 +32,9 @@ import Blazestar from './Blazestar.astro';
</a>
</div>
</nav>
<div class="h-card">
<a class="p-name u-url" href="https://www.blazestar.net">Drew Haven <span class="p-nickname">Periodic</span></a>
</div>
</header>
<style>
header {
@@ -82,4 +85,8 @@ import Blazestar from './Blazestar.astro';
flex-direction: column;
}
}
.h-card {
display: none;
}
</style>