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>
release/v1.11
Kévin Commaille 5 months ago committed by GitHub
parent 3af77f0cb4
commit e2cb3a739a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -0,0 +1 @@
Generate the Table of Contents with Hugo rather than JavaScript.

@ -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…
Cancel
Save