From 1bdf56c0290689d72bc4f17e5f73eeca6a801182 Mon Sep 17 00:00:00 2001 From: 3eef8a28f26fb2bcc514e6f1938929a1f931762 <116031952+3eef8a28f26fb2bcc514e6f1938929a1f931762@users.noreply.github.com> Date: Tue, 4 Apr 2023 17:29:53 -0400 Subject: [PATCH] Themes --- src/GenerateHtml.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GenerateHtml.cpp b/src/GenerateHtml.cpp index 10b3431..abd6d5e 100644 --- a/src/GenerateHtml.cpp +++ b/src/GenerateHtml.cpp @@ -252,6 +252,7 @@ void generate_course_page(const std::string& course_id, tag(os,TAG::INLINE) << R"()" << '\n'; tag(os,TAG::INLINE) << R"()" << '\n'; tag(os,TAG::INLINE) << R"()" << '\n'; + tag(os,TAG::INLINE) << R"()" << '\n'; tag(os,TAG::INLINE) << R"()" << '\n'; tag(os,TAG::INLINE) << R"()" << '\n'; tag(os,TAG::INLINE) << R"()" << '\n';