From 8f12d73123c53439c43f7db6c7d73316c1a4fc9e Mon Sep 17 00:00:00 2001 From: Swabha Swayamdipta Date: Fri, 6 Nov 2020 08:01:08 -0800 Subject: [PATCH] Adding back the description on the About page (#136) Added back the missing description on `about.html`, similar to `page.html`. This could additionally be added back to the `post.html` template as well. --- _layouts/about.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_layouts/about.html b/_layouts/about.html index 3894ed2..e094909 100644 --- a/_layouts/about.html +++ b/_layouts/about.html @@ -8,6 +8,7 @@ layout: default

{% if site.title == blank %}{{ site.title }}{% else %}{{ site.first_name }} {{ site.middle_name }} {{ site.last_name }}{% endif %}

+

{{ page.description }}