mirror of https://github.com/nate2014jatc/AGSTATUS
11-15-20_05:11:02
This commit is contained in:
parent
572ab0b697
commit
5d1923452e
|
@ -1,6 +1,6 @@
|
||||||
Rax Ventus:
|
Rax Ventus:
|
||||||
photo: /_img/rax_round.png
|
photo: rax_round.png
|
||||||
bio: Intentionally Left BLank, for testing purposes.
|
bio: Intentionally Left Blank, for testing purposes.
|
||||||
socials:
|
socials:
|
||||||
- type: Twitter
|
- type: Twitter
|
||||||
url: https://twitter.com/raxventus
|
url: https://twitter.com/raxventus
|
||||||
|
|
|
@ -16,7 +16,7 @@ layout: default
|
||||||
{% assign authorData = site.data.authors[page.author] %}
|
{% assign authorData = site.data.authors[page.author] %}
|
||||||
|
|
||||||
<div class="author-bio">
|
<div class="author-bio">
|
||||||
<img src="{{ authorData.image }}" alt="{{ page.author }}'s profile picture." />
|
<img src="/img/{{ authorData.image }}" alt="{{ page.author }}'s profile picture." />
|
||||||
<div class="author-name">{{ page.author }}</div>
|
<div class="author-name">{{ page.author }}</div>
|
||||||
<p class="bio">{{ authorData.bio }}</p>
|
<p class="bio">{{ authorData.bio }}</p>
|
||||||
{% for social in authorData.socials %}
|
{% for social in authorData.socials %}
|
||||||
|
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue