Skip to content

Commit 1e587d9

Browse files
committed
Update post.jinja
1 parent 694fe96 commit 1e587d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/_includes/layouts/post.jinja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
<div class="post-meta">
3333
{% if author %}
3434
<div class="author">
35-
<img src="/images/authors/{{ author | lower | replace(" ", "") }}.jpg" alt="{{ author }}">
35+
{# <img src="/images/authors/{{ author | lower | replace(" ", "") }}.jpg" alt="{{ author }}"> #}
36+
<img src="https://design-journal.web.app/images/authors/JohnSmith.jpg">
3637
<div class="author-info">
3738
<div class="name">{{ author }}</div>
3839
<div class="role">{{ role | default("Author") }}</div>

0 commit comments

Comments
 (0)