From 76dd323f8e2a9ced65129ec2c8c486dd7dbcb8f5 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Wed, 24 Nov 2021 08:18:00 -0800 Subject: [PATCH] docs: Update blog post layout (#887) --- _layouts/post.liquid | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_layouts/post.liquid b/_layouts/post.liquid index 37b646378e..c28e4c96c1 100644 --- a/_layouts/post.liquid +++ b/_layouts/post.liquid @@ -34,6 +34,9 @@
{% endif %}
+ {% if teaser %} +

{{ teaser }}

+ {% endif %} {{ content }}