Compare commits

...
1 Commits
Author SHA1 Message Date
Periodic 733402297d Adds h-card 2026-03-13 17:09:31 -07:00
+7
View File
@@ -32,6 +32,9 @@ import Blazestar from './Blazestar.astro';
</a> </a>
</div> </div>
</nav> </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> </header>
<style> <style>
header { header {
@@ -82,4 +85,8 @@ import Blazestar from './Blazestar.astro';
flex-direction: column; flex-direction: column;
} }
} }
.h-card {
display: none;
}
</style> </style>