Skip to content

Commit

Permalink
Fix footer: exclude chatname from the parameters to run through
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Pinto Silva <[email protected]>
  • Loading branch information
pedropintosilva committed May 29, 2024
1 parent f771c10 commit ec10a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</li>
{{- end -}}
{{- range $name, $path := .Site.Params.social -}}
{{- if and $path (not (in (slice "rss" "email" "chat" "forum" "telegram" "dev") $name)) -}}
{{- if and $path (not (in (slice "rss" "email" "chat" "chatname" "forum" "telegram" "dev") $name)) -}}
<li class="list-inline-item">
<a href="{{ $path | safeURL }}" class="icons d-block">
<span class="fa-stack fa-lg">
Expand Down

0 comments on commit ec10a54

Please sign in to comment.