summaryrefslogtreecommitdiffstats
path: root/layouts/partials/home/header.html
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-20 10:22:52 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-20 10:22:52 +0100
commit5a933cea88bbfa9ee4ed205004a2cd6741abbdd7 (patch)
treeec88ba77c4feed65a41ab631453a9111b003567f /layouts/partials/home/header.html
parent20719cdd26af6b90ca075df15d0f7927e87553e8 (diff)
Add AI notice to header
Diffstat (limited to 'layouts/partials/home/header.html')
-rw-r--r--layouts/partials/home/header.html1
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>