mirror of https://github.com/nate2014jatc/AGSTATUS
Compare commits
8 Commits
62ebb7732e
...
0177672c27
Author | SHA1 | Date |
---|---|---|
rv | 0177672c27 | |
rv | 8fdd605a88 | |
rv | eb94b3ccfd | |
rv | 30fc875317 | |
rv | 3ea911c2a4 | |
rv | 1c502bd2b8 | |
rv | 254e7e4530 | |
rv | 183fa0ed4b |
|
@ -3,8 +3,8 @@ Rax Ventus:
|
|||
image: rax_round.png
|
||||
bio: Intentionally Left Blank, for testing purposes.
|
||||
socials:
|
||||
- type: Twitter
|
||||
url: https://twitter.com/raxventus
|
||||
- type: Mastodon
|
||||
url: https://dc801.space/@Raxventus
|
||||
- type: GitTea
|
||||
url: https://git.astragroup.info/rax
|
||||
- type: Profile Picture By
|
||||
|
|
|
@ -12,7 +12,7 @@ layout: default
|
|||
|
||||
<hr>
|
||||
|
||||
{% assign authorData = site.data.authors[page.author|default: site.author] %}
|
||||
{% assign authorData = site.data.authors[page.author] | default: site.author %}
|
||||
|
||||
<div class="author-bio">
|
||||
<img src="/assets/img/{{ authorData.image }}" alt="{{ page.author.name | default: site.author }}'s profile picture." />
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
layout: post
|
||||
title: Services Update
|
||||
published: true
|
||||
author: "Rax Ventus"
|
||||
author: RaxVentus
|
||||
date: 2023-10-27 18:35
|
||||
---
|
||||
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
layout: post
|
||||
title: Services Update
|
||||
published: true
|
||||
author: "Rax Ventus"
|
||||
author: RaxVentus
|
||||
date: 202X-XX-XX XX:XX
|
||||
---
|
|
@ -24,7 +24,8 @@
|
|||
}
|
||||
|
||||
.author-bio .bio {
|
||||
padding-right: 24px;
|
||||
margin-right: 24px;
|
||||
padding-right: 8px;
|
||||
padding-left: 8px;
|
||||
padding-bottom: 4px;
|
||||
border-radius: 12px;
|
||||
|
|
Loading…
Reference in New Issue