Skip to content

Commit

Permalink
Minor bug about.html. Show subtitle
Browse files Browse the repository at this point in the history
Before it showed the description under the title, the description is used for meta tags, on this page the subtitle should be displayed under the title.
  • Loading branch information
jmrplens authored Dec 25, 2021
1 parent 3fe1f3d commit ea2a396
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">{{ page.description }}</p>
<p class="desc">{{ page.subtitle }}</p>
</header>

<article>
Expand Down

0 comments on commit ea2a396

Please sign in to comment.