Skip to content
Snippets Groups Projects

Fix the layout of the author view in news posts

Merged Huste, Tobias requested to merge fix-author-layout into master
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -11,7 +11,7 @@
{%- if person -%}
{%- if person.name -%}
<span class="name">
{{ person.name }}
&nbsp;{{ person.name }}
</span>
{%- else -%}
<!--
Loading