10-31-23_01:09:05

This commit is contained in:
rv 2023-10-31 01:09:05 -06:00
parent 0177672c27
commit b36e6558ae
2 changed files with 3 additions and 3 deletions

View File

@ -19,4 +19,4 @@ encoding: utf-8
livereload: true
livereload_min_delay: 60
livereload_max_delay: 600
author: "Rax Ventus"
author: RaxVentus

View File

@ -12,11 +12,11 @@ layout: default
<hr>
{% assign authorData = site.data.authors[page.author] | default: site.author %}
{% assign authorData = site.data.authors[page.author] | default: site.data.author %}
<div class="author-bio">
<img src="/assets/img/{{ authorData.image }}" alt="{{ page.author.name | default: site.author }}'s profile picture." />
<div class="author-name">{{ page.author.name | default: site.author }}</div>
<div class="author-name">{{ page.author.name | default: site.author.name }}</div>
<p class="bio">{{ authorData.bio }}</p>
{% for social in authorData.socials %}
<a href="{{ social.url }}" class="social-link">{{ social.type }}</a>