Force Hugo to render board meeting notes

main
Abner Coimbre 2025-03-28 00:41:45 -07:00
parent fb18e43fdd
commit a98bd9b782
3 changed files with 1 additions and 14 deletions

View File

@ -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)

View File

@ -1,13 +0,0 @@
{{ define "main" }}
<section class="section-sm">
<div class="container">
<div class="row justify-center">
<div class="lg:col-10">
<div class="content">
{{ .Content }}
</div>
</div>
</div>
</div>
</section>
{{ end }}