diff --git a/themes/tsc_vfl/layouts/partials/page/head.html b/themes/tsc_vfl/layouts/partials/page/head.html
index 59a387bb..5096effe 100644
--- a/themes/tsc_vfl/layouts/partials/page/head.html
+++ b/themes/tsc_vfl/layouts/partials/page/head.html
@@ -3,8 +3,14 @@
- {{ with .Params.description }}{{ end }}
- {{ with .Keywords }}{{ end }}
+ {{ with .Params.description }}
+
+ {{ else }}
+ {{ with .Params.summary }}
+
+ {{ end }}
+ {{ end }}
+ {{ with .Keywords }}{{ end }}
{{ $options := (dict "targetPath" "main.css" "outputStyle" "compressed" "enableSourceMap" (not hugo.IsProduction)) }}
{{ $scss := resources.Get "css/main.scss" | resources.ToCSS $options }}