From 8aed7291d95070d8dbb8ce322de4108918c0f8f1 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 5 Jun 2021 03:56:24 -0600 Subject: add og support --- blog/plt/index.html | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'blog/plt/index.html') diff --git a/blog/plt/index.html b/blog/plt/index.html index 189c7fe..5b1c9e1 100644 --- a/blog/plt/index.html +++ b/blog/plt/index.html @@ -1,15 +1,25 @@ {%extends "base.html"%} {%block html_lang%}en{%endblock html_lang%} {%block head_title%}Index{%endblock head_title%} +{%block head_description%}My personal blog where I post about my thoughts, some how-to's, or general ranting.{%endblock head_description%} +{%block head_og%} + + + + + + + +{%endblock head_og%} {%block content%} -

Index -- {{site_title}}

+

Index -- {{config.title}}

Welcome to my blog where I'll post whatever I please, ranging from rants to how-to's. Además, este pex va a estar en español e inglés porque quiero (no una mezcla en cada entrada, pero sí entradas completas en diferentes lenguajes).

- Get the RSS feed: {{site_base_url}}/rss.xml + Get the RSS feed: {{config.url}}/rss.xml

{%import "tag_list.html" as tag_list%} -- cgit v1.2.3-70-g09d2