This commit is contained in:
parent
6f33797982
commit
8ef5e785e8
1 changed files with 5 additions and 2 deletions
|
@ -12,10 +12,13 @@ Title: Landing Page Template
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<div class="header">
|
||||
<header>
|
||||
<h1 class="weblog-title"><a href="{base-path}">{weblog-title}</a></h1>
|
||||
{navigation}
|
||||
<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>
|
||||
{navigation}
|
||||
</header>
|
||||
</div>
|
||||
|
||||
<main class="landing">
|
||||
|
||||
|
|
Loading…
Reference in a new issue