From c063a5d77751de8cc2cb4a7c808126e34edb4ef9 Mon Sep 17 00:00:00 2001
From: Hallvard Traetteberg <hal@ntnu.no>
Date: Wed, 1 Sep 2021 19:13:04 +0200
Subject: [PATCH] toclevels i index.adoc

---
 lectures/asciidoc/index.adoc | 5 ++++-
 pom.xml                      | 2 ++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/lectures/asciidoc/index.adoc b/lectures/asciidoc/index.adoc
index 85dff51..c53a9c4 100644
--- a/lectures/asciidoc/index.adoc
+++ b/lectures/asciidoc/index.adoc
@@ -1,7 +1,10 @@
+:sourcedir: .
+:toclevels: 3
+
 = Forelesninger
 
 == 2021
-:sourcedir: .
+
 === Introduksjon til emnet
 
 link:slides/01-course-intro.html[Lysarkene] gir en oversikt over organiseringen av emnet
diff --git a/pom.xml b/pom.xml
index 6be3443..0099642 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,9 @@
                             <attributes>
                                 <source-highlighter>highlightjs</source-highlighter>
                                 <toc>left</toc>
+                                <!--
                                 <toclevels>3</toclevels>
+                                -->
                             </attributes>
                         </configuration>
                     </execution>
-- 
GitLab