Compare commits

..

No commits in common. "0177672c277d598772f064bf13d589957776681c" and "62ebb7732ea5bb198c802941f73a8e08e8f7b0e7" have entirely different histories.

5 changed files with 7 additions and 8 deletions

View File

@ -1,10 +1,10 @@
RaxVentus:
Rax Ventus:
name: Rax Ventus
image: rax_round.png
bio: Intentionally Left Blank, for testing purposes.
socials:
- type: Mastodon
url: https://dc801.space/@Raxventus
- type: Twitter
url: https://twitter.com/raxventus
- type: GitTea
url: https://git.astragroup.info/rax
- type: Profile Picture By

View File

@ -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." />

View File

@ -2,7 +2,7 @@
layout: post
title: Services Update
published: true
author: RaxVentus
author: "Rax Ventus"
date: 2023-10-27 18:35
---

View File

@ -2,6 +2,6 @@
layout: post
title: Services Update
published: true
author: RaxVentus
author: "Rax Ventus"
date: 202X-XX-XX XX:XX
---

View File

@ -24,8 +24,7 @@
}
.author-bio .bio {
margin-right: 24px;
padding-right: 8px;
padding-right: 24px;
padding-left: 8px;
padding-bottom: 4px;
border-radius: 12px;