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" %}