From df3d9cf039058fff9a9f9bf86daf383562e99964 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 19 Aug 2025 10:08:17 -0700 Subject: [PATCH] Oops wrong comment format --- layouts/partials/page/figures/fullwidth.html | 2 +- layouts/partials/page/figures/small.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}