From a769d0ffeee67deb0c8833e0e63754de86851693 Mon Sep 17 00:00:00 2001 From: Maximilian Remming Date: Mon, 11 Dec 2023 12:42:56 +0200 Subject: [PATCH] Fix some rubrules being omitted from table of contents --- template/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/index.html b/template/index.html index dff977b..34469f4 100644 --- a/template/index.html +++ b/template/index.html @@ -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 }}