mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Fix ToC of spec proposals
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
3af77f0cb4
commit
693fa5ad09
|
|
@ -33,7 +33,7 @@
|
||||||
{{ $states := .Site.Data.msc.proposals }}
|
{{ $states := .Site.Data.msc.proposals }}
|
||||||
|
|
||||||
{{ range $states }}
|
{{ range $states }}
|
||||||
<h3 id="{{.label}}" class="proposal-table-title">{{ .title }}</h3>
|
### {{ .title }} {.proposal-table-title}
|
||||||
{{ if .proposals }}
|
{{ if .proposals }}
|
||||||
<table class="msc-table table">
|
<table class="msc-table table">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue