From 5650a694d126b3103d7cbfaf9f54971befd5059e Mon Sep 17 00:00:00 2001 From: Allan Blanchard <allan.blanchard@cea.fr> Date: Wed, 15 Mar 2023 10:10:09 +0100 Subject: [PATCH] Use short title in contact page for jobs --- html/contact.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/contact.html b/html/contact.html index 5726e7a6..12d662ea 100644 --- a/html/contact.html +++ b/html/contact.html @@ -191,7 +191,7 @@ function(err, data) { {% for position in jobs %} - <h3>{{ position.title }}</h3> + <h3>{{ position.short_title }}</h3> <p> {{ position.short }} [<a href="{{ position.url }}">More details</a>]<br> Keywords: <em>{{ position.keywords }}</em> -- GitLab