From 5f2b0dd2ebaa6937ce01bc64f5af793e23d9d123 Mon Sep 17 00:00:00 2001
From: Matthew Hague <matthew.hague@rhul.ac.uk>
Date: Fri, 11 Nov 2022 18:44:27 +0000
Subject: [PATCH] Add dummy headers to respsect proper header structure

---
 templates/impress.cs/slides.html | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/templates/impress.cs/slides.html b/templates/impress.cs/slides.html
index 0d9033a..699911a 100644
--- a/templates/impress.cs/slides.html
+++ b/templates/impress.cs/slides.html
@@ -28,6 +28,9 @@
 
 <body class="impress-not-supported" onload="initialisePage()">
 
+<h1 style="display:none">{{ headers['title'] }}</h1>
+<h2 style="display:none">Presentation Contents</h2>
+
 <nav>
     <div id="start-presentation" onclick="startPresentation()">
         Start presentation
-- 
GitLab