Skip to content

Commit

Permalink
Update post.jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
minikin committed Dec 3, 2024
1 parent 694fe96 commit 1e587d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/_includes/layouts/post.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
<div class="post-meta">
{% if author %}
<div class="author">
<img src="/images/authors/{{ author | lower | replace(" ", "") }}.jpg" alt="{{ author }}">
{# <img src="/images/authors/{{ author | lower | replace(" ", "") }}.jpg" alt="{{ author }}"> #}
<img src="https://design-journal.web.app/images/authors/JohnSmith.jpg">
<div class="author-info">
<div class="name">{{ author }}</div>
<div class="role">{{ role | default("Author") }}</div>
Expand Down

0 comments on commit 1e587d9

Please sign in to comment.