summaryrefslogtreecommitdiff
path: root/themes/mytheme/layouts/partials/header.html
blob: b4301f370ee023d46756ca74bed5b1fffe79edab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang=en-us>
    {{ partial "head.html" . }}
    <header>
        <div class="container">
            <div class="avatar">
                <img width="120px" height="120px" src="images/logo.jpg" alt="my logo">
            </div>
            <div>
                <h1>mjkw</h1>
                {{ partial "navigation.html" .}}
            </div>
        </div>
        {{ partial "secret.html" .}}
    </header>