Skip to content

Commit

Permalink
Fix some rubrules being omitted from table of contents
Browse files Browse the repository at this point in the history
  • Loading branch information
xremming committed Dec 11, 2023
1 parent 10bd595 commit a769d0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
(or
(startsWith "701." .ID)
(startsWith "702." .ID))
(not (startsWith "701.1" .ID))
(not (startsWith "702.1" .ID))
(ne "701.1." .ID)
(ne "702.1." .ID)
| not
}}
{{ continue }}
Expand Down

0 comments on commit a769d0f

Please sign in to comment.