summaryrefslogtreecommitdiff
path: root/art/plt/tag.html
diff options
context:
space:
mode:
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>