diff options
| author | Himanshu Sardana <himanshusardana2005@gmail.com> | 2026-03-17 16:34:09 +0000 |
|---|---|---|
| committer | Himanshu Sardana <himanshusardana2005@gmail.com> | 2026-03-17 16:34:09 +0000 |
| commit | e6ff2a774f52f9583c78d9cd8f98de12b3a82c7d (patch) | |
| tree | af5a0f43907f6cc3f74ae3da8fb1de90ccfc4b3b /layout.html | |
| parent | 3fe2298f9be73bfeb29b9611cb78a0ac83160185 (diff) | |
feat: add meta description tag for accessibility
Diffstat (limited to 'layout.html')
| -rw-r--r-- | layout.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layout.html b/layout.html index b8e3cbb..5825099 100644 --- a/layout.html +++ b/layout.html @@ -3,6 +3,7 @@ <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta name="description" content="{{ .Title }}" /> <title>{{ .Title }}</title> <link rel="preconnect" href="https://fonts.googleapis.com" /> |
