From 6457ae6bdd0801ff47943130a309b3ed25b35b49 Mon Sep 17 00:00:00 2001
From: Emmanuel Godard <emmanuel.godard@lis-lab.fr>
Date: Thu, 30 Jan 2025 16:13:55 +0100
Subject: [PATCH] ajout institution

---
 templates/category.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/category.html b/templates/category.html
index 9c57e41..1b2267c 100644
--- a/templates/category.html
+++ b/templates/category.html
@@ -17,7 +17,7 @@
                 <li>
                   <time>{{ article.date|strftime('%d %b') }}</time><span>&nbsp;&nbsp;</span>
 		  <a href="{{ SITEURL }}/{{ article.url }}"><strong>{{ article.title }}</strong>
-		    {{ article.author }}
+		    {{ article.author }} ({% if article.institution %}{{ article.institution }}{% else %}{{ DEFAULT_INSTITUTION }}{% endif %})
 		  </a>
 		</li>
 	      {% endfor %}
-- 
GitLab