mirror of https://github.com/nate2014jatc/AGSTATUS
11-15-20_05:17:40
This commit is contained in:
parent
749c02b934
commit
ae570bc3ce
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue