Skip to content

Commit

Permalink
Adding back the description on the About page (alshedivat#136)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
swabhs authored Nov 6, 2020
1 parent 1074559 commit 8cde711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _layouts/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<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>
Expand Down

0 comments on commit 8cde711

Please sign in to comment.