Skip to content

Commit

Permalink
Masquer les signatures lorsqu'elles n'ont pas d'auteur ou autrice (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivia206 authored Nov 18, 2024
1 parent 493f6ef commit 3e53b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/posts/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

{{ partial "posts/after-contents.html" . }}

{{ if site.Params.posts.single.author_signature }}
{{ if and site.Params.posts.single.author_signature .Params.authors }}
{{ partial "posts/signature.html" . }}
{{ end }}

Expand Down

0 comments on commit 3e53b2f

Please sign in to comment.