summaryrefslogtreecommitdiff
path: root/art/plt/tag.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/tag.html
parent9eee2f99e96320ed15e3f198bdaa86eb1422bbdb (diff)
change to reflect pyssg changes
Diffstat (limited to 'art/plt/tag.html')
-rw-r--r--art/plt/tag.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/art/plt/tag.html b/art/plt/tag.html
index f3d5999..e5f2152 100644
--- a/art/plt/tag.html
+++ b/art/plt/tag.html
@@ -3,13 +3,13 @@
{%block head_title%}Art filtered by {{tag[0]}}{%endblock head_title%}
{%block head_description%}Art filtered by {{tag[0]}}{%endblock head_description%}
{%block head_og%}
- <meta property="og:title" content="Art filtered by {{tag[0]}} -- {{config.title}}"/>
+ <meta property="og:title" content="Art filtered by {{tag[0]}} -- {{config.get("info", "title")}}"/>
<meta property="og:type" content="article"/>
<meta property="og:url" content="{{tag[1]}}"/>
- <meta property="og:image" content="{{config.static_url}}{{config.default_image_url}}"/>
+ <meta property="og:image" content="{{config.get("url", "static")}}{{config.get("url", "default_image")}}"/>
<meta property="og:description" content="Art filtered by {{tag[0]}}."/>
<meta property="og:locale" content="en"/>
- <meta property="og:site_name" content="{{config.title}}"/>
+ <meta property="og:site_name" content="{{config.get("info", "title")}}"/>
{%endblock head_og%}
{%block content%}
<h1>Art filtered by {{tag[0]}}</h1>