diff --git a/templates/base.html b/templates/base.html index c635596..6d3966c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -34,7 +34,7 @@ - + {%- set description = page.content | default(value=config.description) | striptags | regex_replace(pattern="\n", rep=" ") | truncate(length=120) %} @@ -44,7 +44,7 @@ - + {% block rss -%} {%- if lang == "pt" %} @@ -87,7 +87,7 @@