minor fixes
All checks were successful
/ weblog.lol (push) Successful in 9s

This commit is contained in:
Gordon Pedersen 2024-05-11 16:43:27 +10:00
parent 7615026a1f
commit 77c445dd1c
2 changed files with 1 additions and 1 deletions

View file

@ -340,7 +340,6 @@ th {
fedi-social { fedi-social {
margin-left:auto;
position: relative; position: relative;
} }

View file

@ -17,6 +17,7 @@ Title: Landing Page Template
<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"> <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}
<fedi-social></fedi-social>
</header> </header>
</div> </div>