fix header of landing page
All checks were successful
/ weblog.lol (push) Successful in 10s

This commit is contained in:
Gordon Pedersen 2024-05-10 12:23:10 +00:00
parent 6f33797982
commit 8ef5e785e8

View file

@ -12,10 +12,13 @@ Title: Landing Page Template
</head> </head>
<body> <body>
<div class="header">
<header> <header>
<img class="avatar" src="https://cdn.some.pics/deathau/663da4619fdb6.svg" alt="My avatar — A pixelated self-portrait in the style of the 'bitizens' in the mobile game Tiny Tower">
<h1 class="weblog-title"><a href="{base-path}">{weblog-title}</a></h1> <h1 class="weblog-title"><a href="{base-path}">{weblog-title}</a></h1>
{navigation} {navigation}
</header> </header>
</div>
<main class="landing"> <main class="landing">