From 79f41ef2e1209435ed4c383c39d1729c3e84ded2 Mon Sep 17 00:00:00 2001 From: Uri Shaked Date: Tue, 7 May 2024 00:18:51 +0300 Subject: [PATCH] fix(datasheet): shuttle id missing in hugo content index We generate {shuttle_id} instead of actually putting the shuttle id there, causing the shuttle map not to appear. --- docs/hugo_index_template.md.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hugo_index_template.md.mustache b/docs/hugo_index_template.md.mustache index 08be70e..ae3c6e0 100644 --- a/docs/hugo_index_template.md.mustache +++ b/docs/hugo_index_template.md.mustache @@ -22,5 +22,5 @@ description: {{project_count}} designs, closed {{end_date}} # Chip map -{{#hugo}}< shuttle-map "{shuttle_id}" >{{/hugo}} +{{#hugo}}< shuttle-map "{{shuttle_id}}" >{{/hugo}}