10-31-23_01:42:45

This commit is contained in:
rv 2023-10-31 01:42:45 -06:00
parent deee35239a
commit c38e478958
3 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,7 @@
RaxVentus: RaxVentus:
name: Rax Ventus name: Rax Ventus
image: rax_round.png image: rax_round.png
bio: Intentionally Left Blank, for testing purposes. bio: Intentionally Left Blank. For testing purposes, of course.
socials: socials:
- type: Mastodon - type: Mastodon
url: https://dc801.space/@Raxventus url: https://dc801.space/@Raxventus

View File

@ -1,10 +1,11 @@
--- ---
layout: default layout: default
--- ---
{% assign authorData = site.data.authors[page.author] | default: site.data.authors[site.author] %}
<small>{{ page.date | date: "%-d %B %Y" }}</small> <small>{{ page.date | date: "%-d %B %Y" }}</small>
<h1>{{ page.title }}</h1> <h1>{{ page.title }}</h1>
<p class="view">by {{ page.author.name | default: site.author }}</p> <p class="view">by {{ authorData.name | default: site.author }}</p>
{{content}} {{content}}
@ -12,8 +13,6 @@ layout: default
<hr> <hr>
{% assign authorData = site.data.authors[page.author] | default: site.data.authors[site.author] %}
<div class="author-bio"> <div class="author-bio">
<img src="/assets/img/{{ authorData.image }}" alt="{{ authorData.name | default: site.author.name }}'s profile picture." /> <img src="/assets/img/{{ authorData.image }}" alt="{{ authorData.name | default: site.author.name }}'s profile picture." />
<div class="author-name">{{ authorData.name | default: site.author.name }}</div> <div class="author-name">{{ authorData.name | default: site.author.name }}</div>

View File

@ -15,8 +15,8 @@
float: right; float: right;
max-width: 128px; max-width: 128px;
max-height: 128px; max-height: 128px;
padding-right: 4px; margin-right: 4px;
padding-top: 4px; margin-top: 4px;
} }