Skip to content

Commit

Permalink
Simplify items
Browse files Browse the repository at this point in the history
  • Loading branch information
sebousan committed Feb 6, 2024
1 parent e2f6358 commit 94cb6d7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions layouts/partials/projects/items.html
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
{{ $dict := . }}
{{ if reflect.IsMap . }}
{{ $dict = (dict "pages" .pages "abovethefold" .abovethefold "scrollsnap" .scrollsnap) }}
{{ end }}
{{ partial "commons/items" $dict }}
{{ partial "commons/items" . }}

0 comments on commit 94cb6d7

Please sign in to comment.