Skip to content

Commit

Permalink
10-31-23_01:13:35
Browse files Browse the repository at this point in the history
  • Loading branch information
rv committed Oct 31, 2023
1 parent b36e655 commit a0b09e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ encoding: utf-8
livereload: true
livereload_min_delay: 60
livereload_max_delay: 600
author: RaxVentus
author: RaxVentus
4 changes: 2 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ <h1>{{ page.title }}</h1>

<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 %}
Expand Down

0 comments on commit a0b09e3

Please sign in to comment.