diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-02 18:27:20 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-02 18:27:20 +0100 |
| commit | 902ad835b4c9f1d72f79ff52763e0c089ec6fce5 (patch) | |
| tree | 1057c5ecded630dcdb24d884fa9888d11a5b8863 /http/src/index.upphtml | |
| parent | 3f4df7c503c0c0301c6d7ae099a9d5244fc62f92 (diff) | |
http: fixes meta tags
Diffstat (limited to 'http/src/index.upphtml')
| -rw-r--r-- | http/src/index.upphtml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/http/src/index.upphtml b/http/src/index.upphtml index 7979d86..fec3774 100644 --- a/http/src/index.upphtml +++ b/http/src/index.upphtml @@ -1,3 +1,9 @@ +#! +export TITLE="Joe Carstairs" +export DESCRIPTION="Joe Carstairs' personal website" +pp "${SHARE}"/components/meta.upphtml +#! + <section class="h-card"> <div> <img class="u-photo" src="/images/headshot.webp" height="96" width="96" /> |
