2024-04-10 01:28:38 -05:00
|
|
|
@namespace Blog.Components.Layout
|
2024-04-08 23:34:32 -05:00
|
|
|
|
|
|
|
|
<header class="container">
|
|
|
|
|
<div class="title-container">
|
|
|
|
|
<a href="/">
|
|
|
|
|
<h1>journal</h1>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="author-container">
|
|
|
|
|
<span>by</span>
|
2024-04-10 01:28:38 -05:00
|
|
|
<a href="https://stevanfreeborn.com" target="_blank">
|
|
|
|
|
<img src="https://github.com/StevanFreeborn.png" alt="Stevan Freeborn" />
|
|
|
|
|
<span class="sr-only">Stevan Freeborn</span>
|
|
|
|
|
</a>
|
2024-04-08 23:34:32 -05:00
|
|
|
</div>
|
|
|
|
|
</header>
|