diff --git a/exampleSite/layouts/partials/items.html b/exampleSite/layouts/partials/items.html deleted file mode 100644 index 2c100d1..0000000 --- a/exampleSite/layouts/partials/items.html +++ /dev/null @@ -1,12 +0,0 @@ - -
-
- {{ with .title }}

{{ . }}

{{ end }} - {{ with .content }}

{{ . | safeHTML }}

{{ end }} -
- {{ range .items }} - {{ partial "item" . }} - {{ end }} -
-
-
\ No newline at end of file