Skip to content

Commit

Permalink
10-31-23_00:56:34
Browse files Browse the repository at this point in the history
  • Loading branch information
rv committed Oct 31, 2023
1 parent 30fc875 commit eb94b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h1>{{ page.title }}</h1>

<hr>

{% assign authorData = page.data.authors[page.author] | default: site.author %}
{% assign authorData = site.data.authors[page.author] %}

<div class="author-bio">
<img src="/assets/img/{{ authorData.image }}" alt="{{ page.author.name | default: site.author }}'s profile picture." />
Expand Down

0 comments on commit eb94b3c

Please sign in to comment.