From a077014433e38fd820df7d8bba8f0ea9874acf0d Mon Sep 17 00:00:00 2001 From: jultty Date: Thu, 10 Jul 2025 18:31:23 -0300 Subject: [PATCH] Add Mastodon metadata tags --- templates/base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/base.html b/templates/base.html index bcedf26..00b8dce 100644 --- a/templates/base.html +++ b/templates/base.html @@ -34,6 +34,8 @@ + + {%- set description = page.content | default(value=config.description) | striptags | regex_replace(pattern="\n", rep=" ") | truncate(length=120) %} @@ -41,6 +43,7 @@ + {% block rss -%} {%- if lang == "pt" %}