We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 694fe96 commit 1e587d9Copy full SHA for 1e587d9
source/_includes/layouts/post.jinja
@@ -32,7 +32,8 @@
32
<div class="post-meta">
33
{% if author %}
34
<div class="author">
35
- <img src="/images/authors/{{ author | lower | replace(" ", "") }}.jpg" alt="{{ author }}">
+ {# <img src="/images/authors/{{ author | lower | replace(" ", "") }}.jpg" alt="{{ author }}"> #}
36
+ <img src="https://design-journal.web.app/images/authors/JohnSmith.jpg">
37
<div class="author-info">
38
<div class="name">{{ author }}</div>
39
<div class="role">{{ role | default("Author") }}</div>
0 commit comments