diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-20 10:22:52 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-20 10:22:52 +0100 |
| commit | 5a933cea88bbfa9ee4ed205004a2cd6741abbdd7 (patch) | |
| tree | ec88ba77c4feed65a41ab631453a9111b003567f /layouts/partials/home/header.html | |
| parent | 20719cdd26af6b90ca075df15d0f7927e87553e8 (diff) | |
Add AI notice to header
Diffstat (limited to 'layouts/partials/home/header.html')
| -rw-r--r-- | layouts/partials/home/header.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/home/header.html b/layouts/partials/home/header.html index 9cc8ef1..1c65e38 100644 --- a/layouts/partials/home/header.html +++ b/layouts/partials/home/header.html @@ -1,5 +1,6 @@ <header class="header"> <h1 class="header__name">{{ .Name }}</h1> + <p class="header__ai">{{ .AI }}</p> <em class="header__job-title">{{ .Title }}</em> <address class="header__contact-info"> <div class="header__location">{{ .Location }}</div> |
