mirror of https://github.com/nate2014jatc/AGSTATUS
10-31-23_00:58:53
This commit is contained in:
parent
eb94b3ccfd
commit
8fdd605a88
|
@ -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." />
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
|
||||
.author-bio .bio {
|
||||
padding-right: 24px;
|
||||
margin-right: 24px;
|
||||
padding-left: 8px;
|
||||
padding-bottom: 4px;
|
||||
border-radius: 12px;
|
||||
|
|
Loading…
Reference in New Issue