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.
This commit is contained in:
Swabha Swayamdipta 2020-11-06 08:01:08 -08:00 committed by GitHub
parent c40ac6997d
commit 8f12d73123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ layout: default
<h1 class="post-title">
{% if site.title == blank %}{{ site.title }}{% else %}<span class="font-weight-bold">{{ site.first_name }}</span> {{ site.middle_name }} {{ site.last_name }}{% endif %}
</h1>
<p class="desc">{{ page.description }}</p>
</header>
<article>