commit 50d28d8749fdb6f30760e1bbecbed6bf1b368ea1
parent 11795384881742dd46e6197191dd07f9266a421f
Author: Hugo Soucy <hugo@soucy.cc>
Date: Thu, 15 Sep 2022 20:49:22 -0400
Modify posttypes templates
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/templates/posttypes/note.html b/templates/posttypes/note.html
@@ -50,8 +50,8 @@
<% if posse then %>
Voir sur
<% for k, v in pairs(posse) do %>
- <a class="u-syndication" href="<%- v -%>" rel="syndication external"><%- k -%></a>,
- <% end %>
+ <a class="u-syndication" href="<%- v -%>" rel="syndication external"><%- k -%></a>
+ <% end %>.
<% end %>
</div>
diff --git a/templates/posttypes/reply.html b/templates/posttypes/reply.html
@@ -48,7 +48,7 @@
class="visuallyhidden"
href="https://fed.brid.gy/"></a>
- <aside class="webmention-herokuapp">
+</article><aside class="webmention-herokuapp">
<script id="webmention-hosted">
(function () {
var sn = document.createElement("script"), s = document.getElementsByTagName("script")[0], url;