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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<div class="header">
|
||||||
<header>
|
<header>
|
||||||
<h1 class="weblog-title"><a href="{base-path}">{weblog-title}</a></h1>
|
<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">
|
||||||
{navigation}
|
<h1 class="weblog-title"><a href="{base-path}">{weblog-title}</a></h1>
|
||||||
|
{navigation}
|
||||||
</header>
|
</header>
|
||||||
|
</div>
|
||||||
|
|
||||||
<main class="landing">
|
<main class="landing">
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue