summaryrefslogtreecommitdiff
path: root/blog/plt/tag.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-04-27 00:28:44 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-04-27 00:28:44 -0600
commite065a0f8406c144d5a15c1268ea31a2e69190e7c (patch)
tree1b27b5aab3c75ff52d2224a01c6c378520136eb1 /blog/plt/tag.html
parente1bcbb991be9a5e952c63a5328898b446efd7fd3 (diff)
final changes for pyssg update
Diffstat (limited to 'blog/plt/tag.html')
-rw-r--r--blog/plt/tag.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/blog/plt/tag.html b/blog/plt/tag.html
index d379590..5c1b110 100644
--- a/blog/plt/tag.html
+++ b/blog/plt/tag.html
@@ -3,13 +3,13 @@
{%block head_title%}Posts filtered by {{tag[0]}}{%endblock head_title%}
{%block head_description%}Posts filtered by {{tag[0]}}{%endblock head_description%}
{%block head_og%}
- <meta property="og:title" content="Posts filtered by {{tag[0]}} -- {{config.title}}"/>
+ <meta property="og:title" content="Posts 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="Posts 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>Posts filtered by {{tag[0]}}</h1>