{% if project.description %}{{ project.description }}{% else %}Project description coming soon.{% endif %}
\nContact:\n {% capture contact %}{{ project.contact }}{% endcapture %}\n {% assign contact = project.contact %}\n {% for c in contact %}\n {% if c.url && c.text %}\n {{ c.text }}\n {% else %}\n {% if c contains '@' %}\n {% assign mail = c | remove_first: 'mailto:' %}\n {{mail}}\n {% else %}\n {% assign url = c | remove_first: 'https://www.github.com/' | remove_first: 'https://github.com/' %}\n {{url}}\n {% endif %}\n {% endif %}\n {% endfor %}\n
\n {% capture blog %}{{ project.blog }}{% endcapture %}\n {% assign tags = blog | split: ',' %}\n {% if tags.size > 0 %}\n\n /\n
\n {% endif %}\n \n{{ project.impact }}
\n{{ repo_desc }}
\n {% endif %}\n{% if project.description %}{{ project.description }}{% else %}Project description coming soon.{% endif %}
\nContact:\n {% capture contact %}{{ project.contact }}{% endcapture %}\n {% assign contact = project.contact %}\n {% for c in contact %}\n {% if c.url && c.text %}\n {{ c.text }}\n {% else %}\n {% if c contains '@' %}\n {% assign mail = c | remove_first: 'mailto:' %}\n {{mail}}\n {% else %}\n {% assign url = c | remove_first: 'https://www.github.com/' | remove_first: 'https://github.com/' %}\n {{url}}\n {% endif %}\n {% endif %}\n {% endfor %}\n
\n {% capture blog %}{{ project.blogTag | default: project.blog }}{% endcapture %}\n {% assign tags = blog | split: ',' %}\n {% if tags.size > 0 %}\n\n /\n
\n {% endif %}\n \n{{ project.impact }}
\n{{ repo_desc }}
\n {% endif %}\n