Start applying styles to blog posts.

This commit is contained in:
Tom Alexander
2023-12-19 19:23:56 -05:00
parent 050b426f6f
commit e193fcc2ba
4 changed files with 48 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
<div class="page_header">
<a href="{.home_link}">{.website_title}</a>
{! TODO: Additional links? !}
</div>
<header class="page_header">
<a class="home_link" href="{.home_link}">{.website_title}</a>
{! TODO: Additional links? Probably using the nav semantic element. !}
</header>