From 828afd56b4b5420647445dea6abcc823665cc393 Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Wed, 24 Apr 2019 22:52:31 +0200
Subject: [PATCH] updating links in  template

---
 theme/templates/_index.html | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/theme/templates/_index.html b/theme/templates/_index.html
index 0f9844e8..9d3d69dc 100644
--- a/theme/templates/_index.html
+++ b/theme/templates/_index.html
@@ -13,8 +13,6 @@
 
         <link rel="stylesheet" href="theme/reveal.js/css/reveal.css">
 
-        <link rel="stylesheet" href="theme/css/lcsb.css" id="theme">
-
         <link rel="stylesheet" href="theme/css/style.css">
 
         <!-- For syntax highlighting -->
@@ -52,10 +50,10 @@
                 <% }); %>
             </div>
             <div class="bottomLogoLeft">
-                <img src="slides/img/University-of-Luxembourg-Fr-01.svg" height="110px">
+                <img src="theme/img/University-of-Luxembourg-Fr-01.svg" height="110px">
             </div>
             <div class="bottomLogoRight">
-                    <img src="slides/img/LCSB_short_small_4c_cropped.svg" height="86px">
+                    <img src="theme/img/LCSB_short_small_4c_cropped.svg" height="86px">
             </div>
         </div>
 
-- 
GitLab