Adds h-card
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user