Skip to content

Commit

Permalink
Update _layouts/about.html
Browse files Browse the repository at this point in the history
Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
  • Loading branch information
jmrplens and alshedivat authored Dec 26, 2021
1 parent 964b0eb commit 89acd0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<h1 class="post-title">
{% if site.title == "blank" -%}<span class="font-weight-bold">{{ site.first_name }}</span> {{ site.middle_name }} {{ site.last_name }}{%- else -%}{{ site.title }}{%- endif %}
</h1>
<p class="desc">{%- if page.subtitle -%}{{ page.subtitle }}{%- else -%}{{ page.description }}{%- endif -%}</p>
<p class="desc">{{ page.subtitle }}</p>
</header>

<article>
Expand Down

0 comments on commit 89acd0d

Please sign in to comment.