Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordolin committed Dec 3, 2024
1 parent 386ad9b commit 9b1fc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/my_todolist.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{ if (or hugo.IsServer .Site.Params.listTodo) }}
{{ .Scratch.Set "todos" slice }}
{{ range .Site.RegularPages }}
{{ if .HasShortcode "todo" }}
{{ if .HasShortcode "my_todo" }}
{{ $.Scratch.Add "todos" . }}
{{ end }}
{{ end }}
Expand Down

0 comments on commit 9b1fc03

Please sign in to comment.