mirror of https://github.com/nate2014jatc/AGSTATUS
10-31-23_01:13:35
This commit is contained in:
parent
b36e6558ae
commit
a0b09e3df7
|
@ -12,10 +12,10 @@ layout: default
|
|||
|
||||
<hr>
|
||||
|
||||
{% assign authorData = site.data.authors[page.author] | default: site.data.author %}
|
||||
{% assign authorData = site.data.authors[page.author] | default: site.data.authors[site.author] %}
|
||||
|
||||
<div class="author-bio">
|
||||
<img src="/assets/img/{{ authorData.image }}" alt="{{ page.author.name | default: site.author }}'s profile picture." />
|
||||
<img src="/assets/img/{{ authorData.image }}" alt="{{ page.author.name | default: site.author.name }}'s profile picture." />
|
||||
<div class="author-name">{{ page.author.name | default: site.author.name }}</div>
|
||||
<p class="bio">{{ authorData.bio }}</p>
|
||||
{% for social in authorData.socials %}
|
||||
|
|
Loading…
Reference in New Issue