diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2025-12-21 12:28:33 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2025-12-21 12:28:33 +0100 |
| commit | a96d8ec708500b10cf48298213922b7dc0398d9a (patch) | |
| tree | c8c180e06bee1e81effb3f8f9085c7edd9093630 /themes/mytheme/layouts/partials/header.html | |
| parent | 87370a6c7d891a30d6a50ed66ac98feda5a63817 (diff) | |
refactor: moved files from themes to layouts and static
Diffstat (limited to 'themes/mytheme/layouts/partials/header.html')
| -rw-r--r-- | themes/mytheme/layouts/partials/header.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/themes/mytheme/layouts/partials/header.html b/themes/mytheme/layouts/partials/header.html deleted file mode 100644 index b4301f3..0000000 --- a/themes/mytheme/layouts/partials/header.html +++ /dev/null @@ -1,15 +0,0 @@ -<!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> |
