diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-01 15:02:02 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-01 15:02:02 +0100 |
| commit | 9844a5c7694fcae61ed4509f09a595daf15cb44f (patch) | |
| tree | f844386a8e01e6f3f4bbd4c268edec587e8881a6 /layouts/partials/header.html | |
| parent | e99bd99eeedbf38390e0d4d014c35b04a280767b (diff) | |
feat: major changes to website design
Diffstat (limited to 'layouts/partials/header.html')
| -rw-r--r-- | layouts/partials/header.html | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index ccf0589..f3feda0 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -2,11 +2,9 @@ <html lang=en-us> {{ partial "head.html" . }} <header> - <div class="container"> - <div class="avatar"> - <img width="65px" height="65px" src="/images/logo.jpg" alt="my logo"> - <h1 style="vertical-align: bottom;">mjkw</h1> - </div> - {{ partial "navigation.html" .}} + <img width="100em" height="100em" src="/images/logo.jpg" alt="my logo"> + <div> + <h1>mjkw.pl</h1> + {{ partial "navigation.html" .}} </div> </header> |
