10-31-23_00:58:53

This commit is contained in:
rv 2023-10-31 00:58:53 -06:00
parent eb94b3ccfd
commit 8fdd605a88
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ layout: default
<hr>
{% assign authorData = site.data.authors[page.author] %}
{% assign authorData = site.data.authors[page.author] | default: site.author %}
<div class="author-bio">
<img src="/assets/img/{{ authorData.image }}" alt="{{ page.author.name | default: site.author }}'s profile picture." />

View File

@ -24,7 +24,7 @@
}
.author-bio .bio {
padding-right: 24px;
margin-right: 24px;
padding-left: 8px;
padding-bottom: 4px;
border-radius: 12px;