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:
parent
c40ac6997d
commit
8f12d73123
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user