diff options
| author | Samuel Johnson <[email protected]> | 2025-11-25 21:08:24 -0500 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2025-11-25 21:08:24 -0500 |
| commit | bccb4dc33349a7b30f6544774d22de8a18b72dcb (patch) | |
| tree | 056455e0a63427b3fb762053999a241c8e997faf | |
| parent | 3e2f0a7500605cf56a448df612d7d5f340bf5bb4 (diff) | |
Remove url field
| -rw-r--r-- | ui/html/base.tmpl.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/html/base.tmpl.html b/ui/html/base.tmpl.html index 0481279..628994e 100644 --- a/ui/html/base.tmpl.html +++ b/ui/html/base.tmpl.html @@ -8,7 +8,6 @@ <meta property="og:type" content="object" /> <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> <link rel="icon" href="/static/get?file=favicon.ico" type="image/x-icon"> |
