commit bd55d35ed930901b2673dc321f96c3ae4756489f parent 5dcfc051e656dd94c82738435d3f67e58b2df94e Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Sun, 27 Oct 2024 13:10:25 +0100 fix: never show author Diffstat:
M | template.html | | | 5 | ----- |
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/template.html b/template.html @@ -124,11 +124,6 @@ [% entry.issued | html %] </stretch> [% END %] - [% IF entry.author %] - <stretch class="button"> - [% entry.author | html %] - </stretch> - [% END %] </div> </section>