Sha256: c5dfa3fb4e74c6610528d3a4d4c9d4756d5a620e0e676340be678c339224160f

Contents?: true

Size: 1.05 KB

Versions: 30

Compression:

Stored size: 1.05 KB

Contents

{%- comment -%}
  This file adds a link to the glossary page with optional mouseover,
  if an expansion of the abbreviation can be found in data/glossary.yml.
  Note the excessive use of whitespace hiding!
{%- endcomment -%}
{%- unless include.text -%}
{%- assign display_string = include.entry -%}
{%- else -%}
{%- assign display_string = include.text -%}
{%- endunless %}
{%- assign mouseover = "" -%}
{%- for gl_entry in site.data.glossary -%}
  {%- if gl_entry.entry == include.entry -%}
    {%- capture mouseover %}{{ gl_entry.title }} -- {{ gl_entry.description }}{% endcapture -%}
  {%- endif -%}
{%- endfor -%}
{%- comment -%}
  If we don't have matching abbriviation, try the full title!
{%- endcomment -%}
{%- if mouseover == "" -%}
  {%- for gl_entry in site.data.glossary -%}
    {%- if gl_entry.title == include.entry -%}
      {%- capture mouseover %}{{ gl_entry.description }}{% endcapture -%}
    {%- endif -%}
  {%- endfor -%}
{% endif -%}
<span class="glossary_entry" title="{{ mouseover }}">[{{ display_string }}]({% link glossary.md %})</span>{{- -}}

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
jekyll-cessda-docs-0.1.11 _includes/glossary.html
jekyll-cessda-docs-0.1.11.pre.d2f3089c74b3bfd3d3624d702cb07401036885ff _includes/glossary.html
jekyll-cessda-docs-0.1.10.pre.d82c42ba9ed332418f362da4ebd6622718985a14 _includes/glossary.html
jekyll-cessda-docs-0.1.10.pre.f39e7bdab5c9aaaac9b9c7b2d6d4224de53bbc62 _includes/glossary.html
jekyll-cessda-docs-0.1.10.pre.d587f893cc63298eb1de3c47b89bca57ff44de3f _includes/glossary.html
jekyll-cessda-docs-0.1.10 _includes/glossary.html
jekyll-cessda-docs-0.1.10.pre.2706e0c723ff44067ba8e667ac3e44e9269e39e4 _includes/glossary.html
jekyll-cessda-docs-0.1.10.pre.f77bbe9cb46f31a0330b9cfa0d97f2f030f0677a _includes/glossary.html
jekyll-cessda-docs-0.1.9 _includes/glossary.html
jekyll-cessda-docs-0.1.10.pre.1ed94d588429435ee094e916854b74478a0f0f3c _includes/glossary.html
jekyll-cessda-docs-0.1.9.pre.3921eeadb29289508ff731890440707b3eddfe8d _includes/glossary.html
jekyll-cessda-docs-0.1.9.pre.2434228f437aa2f078a66797f886e5a19d17476d _includes/glossary.html
jekyll-cessda-docs-0.1.8.pre.d83ed94d3f7a697ed5b8224a5538c97f35dcb7ac _includes/glossary.html
jekyll-cessda-docs-0.1.8 _includes/glossary.html
jekyll-cessda-docs-0.1.8.pre.d8808f55e10ef6eeff60cc390c538a2b79555eb1 _includes/glossary.html
jekyll-cessda-docs-0.1.7.pre.733e1bb10117f98a952d67454be49cb37d436113 _includes/glossary.html
jekyll-cessda-docs-0.1.7.pre.6653774db324bbd3ac8f148d5986fef71ab57b95 _includes/glossary.html
jekyll-cessda-docs-0.1.7.pre.a95a1ce0ef23cecbd5d5306ace3bef43627a8ade _includes/glossary.html
jekyll-cessda-docs-0.1.7 _includes/glossary.html
jekyll-cessda-docs-0.1.7.pre.2b407e86bd5cc06fd8bbca5a4768ae2f77729055 _includes/glossary.html