mirror of https://github.com/nate2014jatc/AGSTATUS
11-15-20_05:05:40
This commit is contained in:
parent
df42165c72
commit
572ab0b697
|
@ -16,7 +16,7 @@ layout: default
|
|||
{% assign authorData = site.data.authors[page.author] %}
|
||||
|
||||
<div class="author-bio">
|
||||
<img src="{{authorData.image}}" alt="{{page.author}}'s Profile Photo."/>
|
||||
<img src="{{ authorData.image }}" alt="{{ page.author }}'s profile picture." />
|
||||
<div class="author-name">{{ page.author }}</div>
|
||||
<p class="bio">{{ authorData.bio }}</p>
|
||||
{% for social in authorData.socials %}
|
||||
|
|
Loading…
Reference in New Issue