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