summaryrefslogtreecommitdiffstats
path: root/layouts
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
parent20719cdd26af6b90ca075df15d0f7927e87553e8 (diff)
Add AI notice to header
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head/metadata.html1
-rw-r--r--layouts/partials/home/header.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/head/metadata.html b/layouts/partials/head/metadata.html
index a5d2a2e..b30736d 100644
--- a/layouts/partials/head/metadata.html
+++ b/layouts/partials/head/metadata.html
@@ -14,3 +14,4 @@
<link rel="alternate" type="application/rss+xml" href="https://a14m.dev/index.xml" title="A14M RSS">
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
+<meta name="ai-generated" content="partially" />
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>