Skip to content
Snippets Groups Projects
Verified Commit 05d7d334 authored by Huste, Tobias's avatar Huste, Tobias
Browse files

Fix the layout of the author view in news posts

parent 49c8286b
No related branches found
No related tags found
1 merge request!225Fix the layout of the author view in news posts
......@@ -11,7 +11,7 @@
{%- if person -%}
{%- if person.name -%}
<span class="name">
{{ person.name }}
&nbsp;{{ person.name }}
</span>
{%- else -%}
<!--
......
......@@ -6,7 +6,7 @@
{% assign person = include.person %}
{% if person %}
<span class="team-card-mini">
<!-- a href="{{ person.id | prepend: 'members/' | relative_url }}" -->
<div>
{% if person.image %}
{% assign image-url = site.directory.images
| append: "members/"
......@@ -17,7 +17,7 @@
{% endif %}
{% include team_card/name.html person=person %}
{% include team_card/team_member_associate.html person=person %}
<!-- /a -->
</div>
</span>
{% else %}
<!--
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment