{% comment %} This page creates a single 'chip' for linking to a system. It expects the name of the system as the 'system' variable {% endcomment %} {% capture surl %}/systems/{{include.system}}/{% endcapture %} {% assign sp = site.pages | where: "url", surl | first %} {% if sp %}
{% if sp.logo %} {% endif %} {{sp.shorttitle}}
{% else %}
{{include.system}}
{% endif %}