commit 38adcb6dec322b17e386c994fdf3976438defb18 parent df975abe994e196af04a08aeac1ed1391991b64a Author: Hugo Soucy <hugo@soucy.cc> Date: Wed, 6 Jan 2021 20:30:11 -0500 Put on one line Diffstat:
M | templates/publications.html | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/templates/publications.html b/templates/publications.html @@ -54,9 +54,7 @@ <% end %> <% if not child.summary then %> - <div class="e-content<% if child.posttype == 'note' then %> p-name<% end %>"> - <%- child.content -%> - </div> + <div class="e-content<% if child.posttype == 'note' then %> p-name<% end %>"><%- child.content -%></div> <% end %> <footer class="hentry__footer">