diff --git a/layouts/partials/page/figures/fullwidth.html b/layouts/partials/page/figures/fullwidth.html index 40f3e46..7ce6a0a 100644 --- a/layouts/partials/page/figures/fullwidth.html +++ b/layouts/partials/page/figures/fullwidth.html @@ -1,4 +1,4 @@ -{# TODO: Accommodate multiple images here #} +{{/* TODO: Accommodate multiple images here */}} {{- $resource := index .images 0 -}} {{- if eq $resource.ResourceType "image" -}} diff --git a/layouts/partials/page/figures/small.html b/layouts/partials/page/figures/small.html index 29d4c09..cb62770 100644 --- a/layouts/partials/page/figures/small.html +++ b/layouts/partials/page/figures/small.html @@ -1,7 +1,7 @@ {{- $page := .page -}} {{- $shouldShowTitle := .shouldShowTitle -}} -{# TODO: Accommodate multiple images here. #} +{{/* TODO: Accommodate multiple images here. */}} {{- $resource := index .images 0 -}} {{- if not $resource }} {{ errorf "No resource named '%s'. %s" .name .page.Permalink }}