Skip to content

Instantly share code, notes, and snippets.

@philwilliammee
Created April 30, 2019 15:16
Show Gist options
  • Save philwilliammee/1d2aba747ad50473a6136018d03d4d36 to your computer and use it in GitHub Desktop.
Save philwilliammee/1d2aba747ad50473a6136018d03d4d36 to your computer and use it in GitHub Desktop.
<div class="group-image field-group field-group-html-element box-shadow-inset sans">
<div class="time-line-overlay">
<div class="field field-name-field-featured emblem">
<span class="deco timeline-year">{{ field_year }}</span>
</div>
<div class="field field-name-field-image image">
{% if field_timeline_slide_link %}
<a href="{{ field_timeline_slide_link }}">
{{ field_timeline_slide_image }}
</a>
{% else %}
{{ field_timeline_slide_image }}
{% endif %}
</div>
</div>
<p>
{% if field_timeline_slide_link %}
<a href="{{ field_timeline_slide_link }}">
{{ field_timeline_slide_summary }}
</a>
{% else %}
{{ field_timeline_slide_summary }}
{% endif %}
</p>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment