11-15-20_05:17:40

This commit is contained in:
Rax Ventus 2020-11-15 05:17:40 -07:00
parent 749c02b934
commit ae570bc3ce
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@ layout: default
{{content}}
{% assign authorData = site.data.authors[page.author | default: site.author] %}
{% assign authorData = site.data.authors[site.author] %}
<div class="author-bio">
<img src="/img/{{ authorData.image }}" alt="{{ page.author }}'s profile picture." />
<div class="author-name">{{ page.author }}</div>
<div class="author-name">{{ site.author }}</div>
<p class="bio">{{ authorData.bio }}</p>
{% for social in authorData.socials %}
<a href="{{ social.url }}" class="social-link {{ social.type }}-link">{{ social.type }}</a>