Open
Description
When one-boxing a link to the new website on the forum, e.g. in this post, the description currently reads:
ImageJ is an open source image processing program designed for scientific multidimensional images.
It's possible to specify the description with description:
in the front matter, but ideally we should improve the default description to be the same that is also used in the search (see this Gitter discussion).
@ctrueden suggests translating the Python code here:
imagej.github.io/_search/server/index-site.py
Lines 18 to 32 in 2f99613
... to Liquid and call it from here:
imagej.github.io/_includes/layout/onebox-info
Lines 25 to 27 in 2f99613