diff --git a/src/lib/Article.svelte b/src/lib/Article.svelte
index 48c9105..8092a4e 100644
--- a/src/lib/Article.svelte
+++ b/src/lib/Article.svelte
@@ -1,11 +1,12 @@
{#await getEvents()}
- {#if !$isLeftHamburgerMenuInUse}
-
-
- {/if}
+
+
{:then events}
- {#if !$isLeftHamburgerMenuInUse}
+ {#if showTocButton && !showToc}
+
+
+ Show Table of Contents
+
+ {/if}
+ {#if showToc}