Fix ToC of spec proposals (#1885)
* Fix ToC of spec proposals Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> * Add changelog Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr> --------- Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
3af77f0cb4
commit
e2cb3a739a
2 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
{{ $states := .Site.Data.msc.proposals }}
|
||||
|
||||
{{ range $states }}
|
||||
<h3 id="{{.label}}" class="proposal-table-title">{{ .title }}</h3>
|
||||
### {{ .title }} {.proposal-table-title}
|
||||
{{ if .proposals }}
|
||||
<table class="msc-table table">
|
||||
<thead>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue