summaryrefslogtreecommitdiff
path: root/art/plt/page.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-04-27 00:45:26 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-04-27 00:45:26 -0600
commitb262292b43e57c7b3534ad8b252a828b53ff49e1 (patch)
tree3e315ab41ec53465eceb8142a513067775221bd1 /art/plt/page.html
parent9eee2f99e96320ed15e3f198bdaa86eb1422bbdb (diff)
change to reflect pyssg changes
Diffstat (limited to 'art/plt/page.html')
-rw-r--r--art/plt/page.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/art/plt/page.html b/art/plt/page.html
index 55a0c90..536f4d0 100644
--- a/art/plt/page.html
+++ b/art/plt/page.html
@@ -3,13 +3,13 @@
{%block head_title%}{{page.title}}{%endblock head_title%}
{%block head_description%}{{page.summary}}{%endblock head_description%}
{%block head_og%}
- <meta property="og:title" content="{{page.title}} -- {{config.title}}"/>
+ <meta property="og:title" content="{{page.title}} -- {{config.get("info", "title")}}"/>
<meta property="og:type" content="article"/>
<meta property="og:url" content="{{page.url}}"/>
<meta property="og:image" content="{{page.image_url}}"/>
<meta property="og:description" content="{{page.summary}}"/>
<meta property="og:locale" content="{{page.lang}}"/>
- <meta property="og:site_name" content="{{config.title}}"/>
+ <meta property="og:site_name" content="{{config.get("info", "title")}}"/>
{%endblock head_og%}
{%block content%}
<h1>{{page.title}}</h1>