diff options
| author | Samuel Johnson <[email protected]> | 2025-11-25 21:03:52 -0500 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2025-11-25 21:03:52 -0500 |
| commit | 3e2f0a7500605cf56a448df612d7d5f340bf5bb4 (patch) | |
| tree | 63a2965c5986ac16f8ddaa9b76c94c2a0f924c83 | |
| parent | 42e0b96e75ba13e2994de7cc258db325cebea47c (diff) | |
Show icon in embeds
| -rw-r--r-- | ui/html/base.tmpl.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/html/base.tmpl.html b/ui/html/base.tmpl.html index 20f59d2..0481279 100644 --- a/ui/html/base.tmpl.html +++ b/ui/html/base.tmpl.html @@ -6,7 +6,8 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta property="og:site_name" content="paterissa" /> <meta property="og:type" content="object" /> - <meta property="og:title" content="Paterissa - thehinterlander's blog" /> + <meta property="og:title" content="{{template "title" .}} - Paterissa" /> + <meta property="og:image" content="https://paterissa.net/static/get?file=favicon.ico" /> <meta property="og:url" content="https://paterissa.net" /> <meta property="og:description" content={{template "description" .}} /> <title>{{template "title" .}} - Paterissa</title> |
