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