diff options
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> |
