Skip to content

Commit 8f12d73

Browse files
authored
Adding back the description on the About page (alshedivat#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.
1 parent c40ac69 commit 8f12d73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_layouts/about.html

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<h1 class="post-title">
99
{% if site.title == blank %}{{ site.title }}{% else %}<span class="font-weight-bold">{{ site.first_name }}</span> {{ site.middle_name }} {{ site.last_name }}{% endif %}
1010
</h1>
11+
<p class="desc">{{ page.description }}</p>
1112
</header>
1213

1314
<article>

0 commit comments

Comments
 (0)