From 806ae3ed26e2633fe4524fd55a291b845732651f Mon Sep 17 00:00:00 2001 From: jultty Date: Thu, 16 Apr 2026 23:55:48 -0300 Subject: [PATCH] Add webmention link --- templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.html b/templates/base.html index f647c34..9996403 100644 --- a/templates/base.html +++ b/templates/base.html @@ -35,6 +35,7 @@ + {%- set description = page.content | default(value=config.description) | striptags | regex_replace(pattern="\n", rep=" ") | truncate(length=120) %}