Back to home page

EIC code displayed by LXR

 
 

    


Warning, /eic.github.io/_includes/documents/doc.md is written in an unsupported language. File is not indexed.

0001 {%- assign item = site.data.documents | where: "name", include.name | first -%}
0002 {% comment %}
0003 [{{ item.title }}]({{ item.url }}){:target="_blank"} ({{ item.author }})
0004 {% endcomment %}
0005 {%- assign document_tag=item.title -%}
0006 {%- if include.tag -%}
0007 {%- assign document_tag=include.tag -%}
0008 {%- endif -%}
0009 <a href="{{ item.url }}" target="_blank">{{document_tag}}</a> ({{ item.author }})
0010 
0011