diff --git a/material/base.html b/material/base.html index 4df31e569..a2d5cf23a 100644 --- a/material/base.html +++ b/material/base.html @@ -5,6 +5,7 @@ {% block site_meta %} + {% if page and page.meta.description %} {% elif config.site_description %} diff --git a/src/base.html b/src/base.html index 841a1179e..63de6cbc8 100644 --- a/src/base.html +++ b/src/base.html @@ -31,6 +31,9 @@ + + + {% if page and page.meta.description %}