10-31-23_01:13:35

This commit is contained in:
rv 2023-10-31 01:13:35 -06:00
parent b36e6558ae
commit a0b09e3df7
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: RaxVentus
author: RaxVentus

View File

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