From cab0d9fcc6659ea2ef5fbeb60e1336b6da6df694 Mon Sep 17 00:00:00 2001
From: Vincent Mazenod <vmazenod@gmail.com>
Date: Fri, 26 Aug 2022 17:17:56 +0200
Subject: [PATCH] fix bad cri prensentation

---
 pelicanconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index df0ad37..b8c1b93 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -57,7 +57,7 @@ SOCIAL = (
     (
         'users-cog',
         '<span style="font-size:13px">CRI ISIMA/LIMOS</span>',
-        '/content/slides/cri/cri.html'
+        '/slides/cri/cri.html'
     ),
     (
         'building',
-- 
GitLab