Sha256: a6d1d34a1ac966493ab79b5388d5f72776df923cca4ede7868b49eb981cdbd0c

Contents?: true

Size: 323 Bytes

Versions: 12

Compression:

Stored size: 323 Bytes

Contents

{%- assign classes = include.class | split: " " -%}
<a href="{{ include.href | relative_url }}" class="video-link{% for class in classes %} video-link-{{ class }}{% endfor %}{% if include.ratio == "4:3" %} ratio-43{%- endif -%}">
  <img src="{{ include.src | relative_url }}" alt="">
  <span>{{ include.title }}</span>
</a>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
wai-website-theme-1.6 _includes/video-link.html
wai-website-theme-1.5.6 _includes/video-link.html
wai-website-theme-1.5.5 _includes/video-link.html
wai-website-theme-1.5.2 _includes/video-link.html
wai-website-theme-1.5.1 _includes/video-link.html
wai-website-theme-1.5 _includes/video-link.html
wai-website-theme-1.4.5 _includes/video-link.html
wai-website-theme-1.4.1 _includes/video-link.html
wai-website-theme-1.4 _includes/video-link.html
wai-website-theme-1.3.1 _includes/video-link.html
wai-website-theme-1.3 _includes/video-link.html
wai-website-theme-1.2 _includes/video-link.html