diff --git a/templates/custom/blog-post.html b/templates/custom/blog-post.html index b65e6c5..9ddbb28 100644 --- a/templates/custom/blog-post.html +++ b/templates/custom/blog-post.html @@ -2,7 +2,10 @@ {% block content %} -

{{ page.title }}

+

{{ page.title }}

+{% if page.description %} +

{{ page.description }}

+{% endif %} @@ -12,4 +15,4 @@ {{ page.content | safe }} -{% endblock content %} \ No newline at end of file +{% endblock content %}