Skip to content

Commit

Permalink
fix Template
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerjoss committed Oct 9, 2024
1 parent b4a080c commit 43dc9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/load-calendar.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{{ $scratch.Set "calendars" "" }}

{{ range .Page.Resources.ByType "text" }}
{ if (hasSuffix .Title "ics") }}
{{ if (hasSuffix .Title "ics") }}
{{ $scratch.Add "calendars" .Title }}
{{ $scratch.Add "calendars" "," }}
{{ end }}
Expand Down

0 comments on commit 43dc9ba

Please sign in to comment.