diff options
| author | ewy <ewy0@protonmail.com> | 2026-04-09 21:29:25 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-04-09 21:29:25 +0200 |
| commit | c2ab8ee9409ac26a95e9a4c80c8ada51a22313f1 (patch) | |
| tree | 94a070e764abad211335a0f99a78ac181233976a /pages/html/meta.gohtml | |
| parent | 6e896ae0e108eef385b46c26e770dc191ae936ba (diff) | |
Diffstat (limited to 'pages/html/meta.gohtml')
| -rw-r--r-- | pages/html/meta.gohtml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pages/html/meta.gohtml b/pages/html/meta.gohtml new file mode 100644 index 0000000..07d515b --- /dev/null +++ b/pages/html/meta.gohtml @@ -0,0 +1,15 @@ +{{ define "meta" }} + <meta charset="UTF-8"> + <meta name="viewport" + content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> + <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <link rel="icon" href="data:,"/> + <meta content="delayed.link" property="og:title" /> + <meta content="https://delayed.link/" property="og:url" /> + {{ if (eq . nil) }} + <meta content="send something now, they unlock it later" property="og:description" /> + {{ else }} + <meta content="this link will unlock in {{ .MinutesLeft }} minute{{ if gt .MinutesLeft 1 }}s{{end}} after this embed was created." /> + {{ end }} + <meta content="#f2cae2" data-react-helmet="true" name="theme-color" /> +{{end}}
\ No newline at end of file |
