This commit is contained in:
samaradel
2022-04-21 13:22:18 +02:00
parent 66ca2e3c89
commit a679103e0a
7 changed files with 8 additions and 7 deletions

View File

@@ -20,7 +20,7 @@
<ul class="list-none flex author-list my-10 mr-2 px-0">
{% for author in post.extra.authors %}
{% set fullpath = "/people/" ~ author | replace(from='_', to='-' ) %}
{% if post.extra.authorImg %}
<li class="author-list-item">
<a href="{{fullpath}}" tooltip="{{author}}">
<img src="{{ post.extra.authorImg }}" alt="{{ author }}" class="
@@ -32,6 +32,7 @@
" />
</a>
</li>
{% endif %}
{% endfor %}
</ul>
</div>