From bcb7a744d1f6e2ae866798621b920d80803e69bd Mon Sep 17 00:00:00 2001 From: Marek Felsoci <marek.felsoci@inria.fr> Date: Sun, 19 Apr 2020 03:34:07 +0200 Subject: [PATCH] fix links in the online theme version --- online-theme-readtheorginria.setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/online-theme-readtheorginria.setup b/online-theme-readtheorginria.setup index 00da0a8..26c4324 100644 --- a/online-theme-readtheorginria.setup +++ b/online-theme-readtheorginria.setup @@ -1,7 +1,7 @@ # -*- mode: org; -*- -#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="readtheorginria/css/htmlize.css"/> -#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="readtheorginria/css/readtheorginria.css"/> +#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://mfelsoci.gitlabpages.inria.fr/inria-org-html-themes/readtheorginria/css/htmlize.css"/> +#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://mfelsoci.gitlabpages.inria.fr/inria-org-html-themes/readtheorginria/css/readtheorginria.css"/> #+HTML_HEAD: <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> #+HTML_HEAD: <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> -- GitLab