mirror of https://github.com/nate2014jatc/AGSTATUS
10-31-23_00:21:02
This commit is contained in:
parent
62c42d8bbe
commit
62ebb7732e
|
@ -1,4 +1,4 @@
|
|||
Rax:
|
||||
Rax Ventus:
|
||||
name: Rax Ventus
|
||||
image: rax_round.png
|
||||
bio: Intentionally Left Blank, for testing purposes.
|
||||
|
|
|
@ -12,7 +12,7 @@ layout: default
|
|||
|
||||
<hr>
|
||||
|
||||
{% assign authorData = site.data.authors[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
|
||||
author: "Rax Ventus"
|
||||
date: 2023-10-27 18:35
|
||||
---
|
||||
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
layout: post
|
||||
title: Services Update
|
||||
published: true
|
||||
author: Rax
|
||||
author: "Rax Ventus"
|
||||
date: 202X-XX-XX XX:XX
|
||||
---
|
Loading…
Reference in New Issue