summaryrefslogtreecommitdiff
path: root/blog/plt/tag.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-06-05 03:56:24 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-06-05 03:56:24 -0600
commit8aed7291d95070d8dbb8ce322de4108918c0f8f1 (patch)
tree68fb197617f3157ca3e36a28e4b889ca13e4f36b /blog/plt/tag.html
parent0e91926ff40b3df1914375165633bb703c176558 (diff)
add og support
Diffstat (limited to 'blog/plt/tag.html')
-rw-r--r--blog/plt/tag.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/blog/plt/tag.html b/blog/plt/tag.html
index 2203f33..d379590 100644
--- a/blog/plt/tag.html
+++ b/blog/plt/tag.html
@@ -1,6 +1,16 @@
{%extends "base.html"%}
{%block html_lang%}en{%endblock html_lang%}
{%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: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:description" content="Posts filtered by {{tag[0]}}."/>
+ <meta property="og:locale" content="en"/>
+ <meta property="og:site_name" content="{{config.title}}"/>
+{%endblock head_og%}
{%block content%}
<h1>Posts filtered by {{tag[0]}}</h1>