From a98bd9b7820d38076a282aab412a202356624cf6 Mon Sep 17 00:00:00 2001 From: Abner Coimbre Date: Fri, 28 Mar 2025 00:41:45 -0700 Subject: [PATCH] Force Hugo to render board meeting notes --- .../20250318.md => board-meeting-20250318/index.md} | 0 content/english/board/index.md | 2 +- layouts/board/single.html | 13 ------------- 3 files changed, 1 insertion(+), 14 deletions(-) rename content/english/{board/meeting/20250318.md => board-meeting-20250318/index.md} (100%) delete mode 100644 layouts/board/single.html diff --git a/content/english/board/meeting/20250318.md b/content/english/board-meeting-20250318/index.md similarity index 100% rename from content/english/board/meeting/20250318.md rename to content/english/board-meeting-20250318/index.md diff --git a/content/english/board/index.md b/content/english/board/index.md index 54d5ddf..196f416 100644 --- a/content/english/board/index.md +++ b/content/english/board/index.md @@ -15,4 +15,4 @@ The board has voting power over talk and demo submissions from the community. Th The board meets once a month. Meet the members in the [About](/about) page. **MEETING NOTES (TIMES IN US/PACIFIC)** -- [18 March 2025 16:00](/board/meeting/20250318) +- [18 March 2025 16:00](/board-meeting-20250318) diff --git a/layouts/board/single.html b/layouts/board/single.html deleted file mode 100644 index 730f19e..0000000 --- a/layouts/board/single.html +++ /dev/null @@ -1,13 +0,0 @@ -{{ define "main" }} -
-
-
-
-
- {{ .Content }} -
-
-
-
-
-{{ end }}