diff options
| author | Samuel Johnson <[email protected]> | 2025-11-25 19:47:20 -0500 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2025-11-25 19:47:20 -0500 |
| commit | 3c237fc659c2829042407697ca7aa3e1442a5719 (patch) | |
| tree | 6557b2faa27eb9880ef96c8755bed3f8a461d2ae /ui/html/base.tmpl.html | |
| parent | 368a462bc744d8e9084eacfaddeb9afcaf7f7133 (diff) | |
Add post editing interface
Diffstat (limited to 'ui/html/base.tmpl.html')
| -rw-r--r-- | ui/html/base.tmpl.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/html/base.tmpl.html b/ui/html/base.tmpl.html index 014868e..9ff8489 100644 --- a/ui/html/base.tmpl.html +++ b/ui/html/base.tmpl.html @@ -8,7 +8,7 @@ <meta property="og:type" content="object" /> <meta property="og:title" content="Paterissa - thehinterlander's blog" /> <meta property="og:url" content="https://paterissa.net" /> - <meta property="og:description" content="thehinterlander's repository of musings" /> + <meta property="og:description" content={{template "description" .}} /> <title>{{template "title" .}} - Paterissa</title> <link rel="stylesheet" href="/static/get?file=app.css"> </head> |
