diff --git a/templates/partials/header.html b/templates/partials/header.html index 5aeb137..54d95f0 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -39,11 +39,14 @@ {%- if page.description %} - + + {%- elif page.summary %} - + + {%- else %} + {%- endif %} {% if is_404 %} @@ -63,7 +66,6 @@ {% set current_url = current_url | default(value="/") %} -